summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4e62ca5)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8960
91ce42f0-d328-0410-95d8-
f526ca767f89
Priority:
================
Priority:
================
+- When reserving a device to read, check to see if the Volume
+ is already in use, if so wait. Probably will need to pass the
+ Volume. See bug #1313. Create a regression test to simulate
+ this problem and see if VolumePollInterval fixes it. Possibly turn
+ it on by default.
+
- Fix restore of acls and extended attributes to count ERROR
messages and make errors non-fatal.
- Put save/restore various platform acl/xattrs on a pointer to simplify
- Fix restore of acls and extended attributes to count ERROR
messages and make errors non-fatal.
- Put save/restore various platform acl/xattrs on a pointer to simplify
settings.beginGroup("OpenOnExit");
QString toRead = "StorageStatus_" + storage;
if (settings.value(toRead) == 1) {
settings.beginGroup("OpenOnExit");
QString toRead = "StorageStatus_" + storage;
if (settings.value(toRead) == 1) {
- Pmsg1(000, "Do open Storage Status window for : %s\n", storage.toUtf8().data());
+ if (mainWin->m_sqlDebug) {
+ Pmsg1(000, "Do open Storage Status window for : %s\n", storage.toUtf8().data());
+ }
new StorStat(storage, mainWin->getFromHash(this));
setCurrent();
mainWin->getFromHash(this)->setExpanded(true);
} else {
new StorStat(storage, mainWin->getFromHash(this));
setCurrent();
mainWin->getFromHash(this)->setExpanded(true);
} else {
- Pmsg1(000, "Do NOT open Storage Status window for : %s\n", storage.toUtf8().data());
+ if (mainWin->m_sqlDebug) {
+ Pmsg1(000, "Do NOT open Storage Status window for : %s\n", storage.toUtf8().data());
+ }