Hello everyone,
I configured backup schedule with STOP. My expectation is that VM is shutdown by the script, remains shutdown until backup is completed and after completion it is started.
However, looking at logs seems that VM is still running while during backup. Is this right? I separated important (from my point of view) entries from the log.
I configured backup schedule with STOP. My expectation is that VM is shutdown by the script, remains shutdown until backup is completed and after completion it is started.
However, looking at logs seems that VM is still running while during backup. Is this right? I separated important (from my point of view) entries from the log.
Code:
May 21 01:30:08 proxmox pvescheduler[225856]: <root@pam> starting task UPID:proxmox:00037241:0096AEE7:664C5B90:vzdump:100:root@pam:
May 21 01:30:08 proxmox pvescheduler[225857]: INFO: starting new backup job: vzdump 100 --quiet 1 --node proxmox --compress zstd --prune-backups 'keep-last=3' --storage local --mode stop --notes-template '{{guestname}}' --fleecing 0
May 21 01:30:08 proxmox pvescheduler[225857]: INFO: Starting Backup of VM 100 (qemu)
May 21 01:30:11 proxmox qm[225865]: <root@pam> starting task UPID:proxmox:0003724E:0096B021:664C5B93:qmshutdown:100:root@pam:
May 21 01:30:11 proxmox qm[225870]: shutdown VM 100: UPID:proxmox:0003724E:0096B021:664C5B93:qmshutdown:100:root@pam:
May 21 01:30:27 proxmox systemd-udevd[347]: /usr/lib/udev/rules.d/60-gasket-dkms.rules:1 Unknown group 'apex', ignoring
May 21 01:30:28 proxmox kernel: tap100i0: left allmulticast mode
May 21 01:30:28 proxmox kernel: vmbr0: port 2(tap100i0) entered disabled state
May 21 01:30:28 proxmox qmeventd[595]: read: Connection reset by peer
May 21 01:30:29 proxmox kernel: usb 1-3: reset full-speed USB device number 2 using xhci_hcd
May 21 01:30:29 proxmox kernel: cp210x 1-3:1.0: cp210x converter detected
May 21 01:30:29 proxmox kernel: usb 1-3: cp210x converter now attached to ttyUSB0
May 21 01:30:29 proxmox kernel: usb 1-9: reset full-speed USB device number 3 using xhci_hcd
May 21 01:30:29 proxmox kernel: Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
May 21 01:30:29 proxmox kernel: Bluetooth: hci0: Reading supported features failed (-16)
May 21 01:30:29 proxmox kernel: Bluetooth: hci0: Error reading debug features
May 21 01:30:29 proxmox kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
May 21 01:30:29 proxmox systemd[221183]: Reached target bluetooth.target - Bluetooth.
May 21 01:30:29 proxmox systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status...
May 21 01:30:29 proxmox systemd[1]: Reached target bluetooth.target - Bluetooth Support.
May 21 01:30:29 proxmox systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status.
May 21 01:30:29 proxmox systemd[1]: 100.scope: Deactivated successfully.
May 21 01:30:29 proxmox systemd[1]: 100.scope: Consumed 4h 2min 17.738s CPU time.
May 21 01:30:29 proxmox qm[225865]: <root@pam> end task UPID:proxmox:0003724E:0096B021:664C5B93:qmshutdown:100:root@pam: OK
May 21 01:30:30 proxmox systemd[1]: Started 100.scope.
May 21 01:30:30 proxmox systemd-udevd[347]: /usr/lib/udev/rules.d/60-gasket-dkms.rules:1 Unknown group 'apex', ignoring
May 21 01:30:31 proxmox qmeventd[225943]: Starting cleanup for 100
May 21 01:30:31 proxmox qmeventd[225943]: trying to acquire lock...
May 21 01:30:33 proxmox kernel: tap100i0: entered promiscuous mode
May 21 01:30:33 proxmox kernel: vmbr0: port 2(tap100i0) entered blocking state
May 21 01:30:33 proxmox kernel: vmbr0: port 2(tap100i0) entered disabled state
May 21 01:30:33 proxmox kernel: tap100i0: entered allmulticast mode
May 21 01:30:33 proxmox kernel: vmbr0: port 2(tap100i0) entered blocking state
May 21 01:30:33 proxmox kernel: vmbr0: port 2(tap100i0) entered forwarding state
May 21 01:30:33 proxmox qmeventd[225943]: OK
May 21 01:30:33 proxmox qmeventd[225943]: vm still running
May 21 01:30:33 proxmox kernel: cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
May 21 01:30:33 proxmox kernel: cp210x 1-3:1.0: device disconnected
May 21 01:30:33 proxmox systemd-udevd[347]: /usr/lib/udev/rules.d/60-gasket-dkms.rules:1 Unknown group 'apex', ignoring
May 21 01:30:33 proxmox systemd[221183]: Stopped target bluetooth.target - Bluetooth.
May 21 01:30:33 proxmox systemd[1]: Stopped target bluetooth.target - Bluetooth Support.
May 21 01:30:38 proxmox systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 21 01:30:44 proxmox kernel: usb 1-9: reset full-speed USB device number 3 using xhci_hcd
May 21 01:30:44 proxmox systemd-udevd[347]: /usr/lib/udev/rules.d/60-gasket-dkms.rules:1 Unknown group 'apex', ignoring
May 21 01:30:45 proxmox kernel: usb 1-3: reset full-speed USB device number 2 using xhci_hcd
May 21 01:34:17 proxmox pvescheduler[225857]: INFO: Finished Backup of VM 100 (00:04:09)
May 21 01:34:17 proxmox pvescheduler[225857]: INFO: Backup job finished successfully
Last edited: