NFS Shared Storage, LXC templates of varying operating systems all hang for roughly 40 seconds on PVE 5.1 target node with the following when performing a restart migration.
kernel: EXT4-fs warning (device loop0): ext4_multi_mount_protect:325: MMP interval 42 higher than expected, please wait.
It finally resumes with:
kernel: EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
and starts normally.
Some digging leads me to https://www.systutorials.com/docs/linux/man/8-tune2fs/ the tune2fs man pages however those options to set the interval can not be added to the loop device that the container uses for root.
The migration/restart should be close to immediate but there's close to a full minute delay added for the multi mount check to timeout.
kernel: EXT4-fs warning (device loop0): ext4_multi_mount_protect:325: MMP interval 42 higher than expected, please wait.
It finally resumes with:
kernel: EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
and starts normally.
Some digging leads me to https://www.systutorials.com/docs/linux/man/8-tune2fs/ the tune2fs man pages however those options to set the interval can not be added to the loop device that the container uses for root.
The migration/restart should be close to immediate but there's close to a full minute delay added for the multi mount check to timeout.