You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf("\n%$max_storage_pool_strlen"."s %s", "", "Target free space in all storage pool drives: " . bytes_to_human($target_avail_space*1024, FALSE) . "\n");
Log::debug("Found a file, $full_path, that has no other copies on other drives. Removing $going_drive would make that file disappear! Will create extra copies now.");
Log::warn("Found a task on a share ($share) that disappeared from " . ConfigHelper::$config_file . ". Skipping.", Log::EVENT_CODE_TASK_FOR_UNKNOWN_SHARE);
@@ -73,20 +73,20 @@ private function initialize() {
73
73
74
74
// We backup the database settings to disk, in order to be able to restore them if the database is lost.
75
75
Settings::backup();
76
-
76
+
77
77
// Check that the Greyhole VFS module used by Samba is the correct one for the current Samba version. This is needed when Samba is updated to a new major version after Greyhole is installed.
78
78
SambaUtils::samba_check_vfs();
79
79
80
80
// Check if the in-memory spool folder exists, and if no, create it and mount a tmpfs there. VFS will write there recvfile (etc.) operations.
81
81
SambaSpool::create_mem_spool();
82
-
82
+
83
83
// Process the spool directory, and insert each task found there into the database.
84
84
SambaSpool::parse_samba_spool();
85
-
85
+
86
86
// Create the dfree cache folder, if it doesn't exist
0 commit comments