v72.0.4
My Backup runs at 02:00 UTC every day and the first part of the backup log looks like this
As can be seen, I have a dedicated disk drive (configured as /backupdrive in fstab) that is mounted on demand by the backup system to store the backups on, and then unmounted for safety on completion.
I am seeing what looks like a an orphan process left over in the Task Queue Monitor
The backup was completed successfully without errors, and I have determined that the backup drive was successfully unmounted on the completion of the backup run.
I also saw a 1B file in the /backupdrive filelist called .backupmount_locks, and I wondered if the reason for the orphaned job in the queue is that the drive umount happened before the lock could be flushed ?
Is this intentional, or just the way the backup system works ?
My Backup runs at 02:00 UTC every day and the first part of the backup log looks like this
Code:
[2018-06-26 02:00:02 +0000] info [backup] Detected “/backupdrive” in /etc/fstab
[backupmount] Setting up mount
[backupmount] running: /bin/mount /backupdrive
[backupmount] running: /bin/mount -o remount,rw /backupdrive
[2018-06-26 02:00:02 +0000] info [backup] Mount found: /dev/sdb1 on /backupdrive type ext4 (rw)
[2018-06-26 02:00:02 +0000] info [backup] Setting I/O priority to reduce system load: best-effort: prio 6
[2018-06-26 02:00:02 +0000] info [backup] Pruning metadata for backup at /backupdrive/2018-06-26
[2018-06-26 02:00:02 +0000] info [backup] Creating metadata index for backup at /backupdrive/2018-06-26
[2018-06-26 02:00:02 +0000] info [backup] Hard Linking available on "/backupdrive"
[2018-06-26 02:00:02 +0000] info [backup] Starting full MySQL database backups
I am seeing what looks like a an orphan process left over in the Task Queue Monitor
Code:
Scheduled (1):
Scheduled Time: Jun 27, 2018 2:00:03 AM
Command: release_mount_lock /backupdrive
Enqueue Time: Jun 26, 2018 2:00:02 AM
Remaining Retries: 1
Task ID: TQ:TaskQueue-Scheduler:6148
I also saw a 1B file in the /backupdrive filelist called .backupmount_locks, and I wondered if the reason for the orphaned job in the queue is that the drive umount happened before the lock could be flushed ?
Is this intentional, or just the way the backup system works ?