Hello,
I run a Debian 11(.6) bare-metal with 2 LVM VDO volumes. Everything was working fine but now my operating system fails booting because it reaches a timeout waiting for one of the VDO volumes (not the biggest by the way). So it goes in emergency mode, I type the root password then run mount -a && exit and it mounts the volume like a charm then starts without any problem. I didn't do any big change on this side so I don't know what could be wrong neither how to investigate.
Here are my boot logs from journalctl, I just cutted start and end, nothing in the middle. I just separated the error to make it clearer :
[...]
mars 18 19:12:54 Ultron systemd[1]: Found device /dev/mapper/Ultron--vg-swap_1.
mars 18 19:12:54 Ultron systemd-udevd[492]: Using default interface naming scheme 'v247'.
mars 18 19:12:54 Ultron systemd-udevd[492]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
mars 18 19:12:54 Ultron systemd[1]: Activating swap /dev/mapper/Ultron--vg-swap_1...
mars 18 19:12:54 Ultron kernel: Adding 999420k swap on /dev/mapper/Ultron--vg-swap_1. Priority:-2 extents:1 across:999420k FS
mars 18 19:12:54 Ultron systemd[1]: Activated swap /dev/mapper/Ultron--vg-swap_1.
mars 18 19:12:54 Ultron systemd[1]: Reached target Swap.
mars 18 19:12:57 Ultron systemd[1]: Finished Wait for udev To Complete Device Initialization.
mars 18 19:12:57 Ultron systemd[1]: Starting LVM direct activation of logical volumes...
mars 18 19:12:57 Ultron kernel: kvdo: loading out-of-tree module taints kernel.
mars 18 19:12:57 Ultron kernel: kvdo: module verification failed: signature and/or required key missing - tainting kernel
mars 18 19:12:57 Ultron kernel: kvdo: modprobe: loaded version 8.2.1.3
mars 18 19:12:57 Ultron kernel: kvdo0:lvm: Detected version mismatch between kernel module and tools kernel: 4, tool: 2
mars 18 19:12:57 Ultron kernel: kvdo0:lvm: Please consider upgrading management tools to match kernel.
mars 18 19:12:57 Ultron kernel: kvdo0:lvm: loading device '254:3'
mars 18 19:12:57 Ultron kernel: kvdo0:lvm: zones: 6 logical, 1 physical, 6 hash; total threads: 42
mars 18 19:13:00 Ultron kernel: kvdo0:lvm: starting device '254:3'
mars 18 19:14:17 Ultron kernel: kvdo0:journalQ: Setting UDS index target state to online
mars 18 19:14:17 Ultron kernel: kvdo0:dedupeQ: loading or rebuilding index: /dev/dm-2
mars 18 19:14:17 Ultron kernel: kvdo0:dedupeQ: Using 12 indexing zones for concurrency.
mars 18 19:14:17 Ultron kernel: kvdo0:lvm: device '254:3' started
mars 18 19:14:17 Ultron kernel: kvdo0:lvm: resuming device '254:3'
mars 18 19:14:17 Ultron kernel: kvdo0:lvm: device '254:3' resumed
mars 18 19:14:17 Ultron kernel: kvdo0:lvm: Setting UDS index target state to offline
mars 18 19:14:17 Ultron systemd[1]: Started Device-mapper event daemon.
mars 18 19:14:17 Ultron dmeventd[764]: dmeventd ready for processing.
mars 18 19:14:17 Ultron lvm[764]: Monitoring VDO pool Ultron--vg-ZEROED--VDO--POOL--1-vpool.
mars 18 19:14:17 Ultron kernel: kvdo1:lvm: Detected version mismatch between kernel module and tools kernel: 4, tool: 2
mars 18 19:14:17 Ultron kernel: kvdo1:lvm: Please consider upgrading management tools to match kernel.
mars 18 19:14:17 Ultron kernel: kvdo1:lvm: loading device '254:6'
mars 18 19:14:17 Ultron systemd[1]: Found device /dev/Ultron-vg/ZEROED-VDO-LV-1.
mars 18 19:14:17 Ultron kernel: kvdo1:lvm: zones: 6 logical, 1 physical, 6 hash; total threads: 42
mars 18 19:14:18 Ultron kernel: kvdo0:physQ0: VDO commencing normal operation
mars 18 19:14:18 Ultron kernel: kvdo0:dedupeQ: loaded index from chapter 0 through chapter 15
mars 18 19:14:21 Ultron kernel: kvdo1:lvm: starting device '254:6'
mars 18 19:14:22 Ultron systemd[1]: dev-Ultron\x2dvg-COMPRESSED\x2dDEDUPLICATED\x2dVDO\x2dLV\x2d1.device: Job dev-Ultron\x2dvg-COMPRESSED\x2dDEDUPLICATED\x2dVDO\x2dLV\x2d1.device/start timed out.
mars 18 19:14:22 Ultron systemd[1]: Timed out waiting for device /dev/Ultron-vg/COMPRESSED-DEDUPLICATED-VDO-LV-1.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for /mnt/COMPRESSED-DEDUPLICATED-VDO-LV-1.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for Local File Systems.
mars 18 19:14:22 Ultron systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for /tmp.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for Network Time Synchronization.
mars 18 19:14:22 Ultron systemd[1]: systemd-timesyncd.service: Job systemd-timesyncd.service/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: tmp.mount: Job tmp.mount/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for /var.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for Platform Persistent Storage Archival.
mars 18 19:14:22 Ultron systemd[1]: systemd-pstore.service: Job systemd-pstore.service/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for Load AppArmor profiles.
mars 18 19:14:22 Ultron systemd[1]: apparmor.service: Job apparmor.service/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
mars 18 19:14:22 Ultron systemd[1]: systemd-journal-flush.service: Job systemd-journal-flush.service/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for Load/Save Random Seed.
mars 18 19:14:22 Ultron systemd[1]: systemd-random-seed.service: Job systemd-random-seed.service/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for Update UTMP about System Boot/Shutdown.
mars 18 19:14:22 Ultron systemd[1]: Dependency failed for Update UTMP about System Runlevel Changes.
mars 18 19:14:22 Ultron systemd[1]: systemd-update-utmp-runlevel.service: Job systemd-update-utmp-runlevel.service/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: systemd-update-utmp.service: Job systemd-update-utmp.service/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: var.mount: Job var.mount/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: mnt-COMPRESSED\x2dDEDUPLICATED\x2dVDO\x2dLV\x2d1.mount: Job mnt-COMPRESSED\x2dDEDUPLICATED\x2dVDO\x2dLV\x2d1.mount/start failed with result 'dependency'.
mars 18 19:14:22 Ultron systemd[1]: dev-Ultron\x2dvg-COMPRESSED\x2dDEDUPLICATED\x2dVDO\x2dLV\x2d1.device: Job dev-Ultron\x2dvg-COMPRESSED\x2dDEDUPLICATED\x2dVDO\x2dLV\x2d1.device/start failed with result 'timeout'.
[...]
And here is my fstab file :
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/Ultron--vg-root / ext4 errors=remount-ro 01
# /boot was on /dev/sdb2 during installation
UUID=aafc24cb-e044-48e1-b399-be893c411fc4 /boot ext2 defaults 02
# /boot/efi was on /dev/sdb1 during installation
UUID=CE05-25BD /boot/efi vfat umask=0077 01
/dev/mapper/Ultron--vg-swap_1 none swap sw 00
#/dev/Ultron-vg/ZEROED-VDO-LV-1 /mnt/ZEROED-VDO-LV-1 ext4 rw,suid,dev,exec,auto,nouser,sync,discard 00
/dev/Ultron-vg/ZEROED-VDO-LV-1 /mnt/ZEROED-VDO-LV-1 ext4 rw,suid,dev,exec,auto,nouser,sync 0 0
#/dev/Ultron-vg/COMPRESSED-DEDUPLICATED-VDO-LV-1 /mnt/COMPRESSED-DEDUPLICATED-VDO-LV-1 ext4 rw,suid,dev,exec,auto,nouser,sync,discard 0 0
/dev/Ultron-vg/COMPRESSED-DEDUPLICATED-VDO-LV-1 /mnt/COMPRESSED-DEDUPLICATED-VDO-LV-1 ext4 rw,suid,dev,exec,auto,nouser,sync 0 0
/mnt/COMPRESSED-DEDUPLICATED-VDO-LV-1/home /home none x-systemd.requires=/mnt/COMPRESSED-DEDUPLICATED-VDO-LV-1,x-systemd.automount,bind 0 0
/mnt/COMPRESSED-DEDUPLICATED-VDO-LV-1/tmp /tmp none x-systemd.requires=/mnt/COMPRESSED-DEDUPLICATED-VDO-LV-1,x-systemd.automount,bind 0 0
/mnt/COMPRESSED-DEDUPLICATED-VDO-LV-1/var /var none x-systemd.requires=/mnt/COMPRESSED-DEDUPLICATED-VDO-LV-1,x-systemd.automount,bind 0 0
Hello,
I run a Debian 11(.6) bare-metal with 2 LVM VDO volumes. Everything was working fine but now my operating system fails booting because it reaches a timeout waiting for one of the VDO volumes (not the biggest by the way). So it goes in emergency mode, I type the root password then run
mount -a && exitand it mounts the volume like a charm then starts without any problem. I didn't do any big change on this side so I don't know what could be wrong neither how to investigate.Here are my boot logs from
journalctl, I just cutted start and end, nothing in the middle. I just separated the error to make it clearer :And here is my
fstab file: