Hi, I am curious if anyone has seen this sort of behaviour before?
I have a proxmox host I setup a few months ago. Runs nicely, it seems. There was a hurricane/power outage this past weekend.
Proxmox rebooted cleanly, and one of two VMs on the host auto-started correctly at boot.
The one which failed to start. Appears to be related to error message:
EXT4-fs warning (device loop2): ext4_multi_mount_protect:325: MMP interval 42 higher than expected, please wait.
This is for proxmox version:
(output of pveversion): pve-manager/5.4-10/9603c337 (running kernel: 4.15.18-17-pve)
I was able to SSH into the proxmox host and then start the VM manually via CLI, simply via 'pct start 100' command, no other effort required.
I am a bit baffled, why I can start it so easliy, but it fails to auto-start at boot / and throws this error.
I did a bit of google digging and fine a few hits, but not seem quite relevant here.
I do have an extra piece of disk mounted, but it is not identified internally as loop2. Rather inside the VM we have loop0 and loop1, as per:
root@r-studio:/var/log# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/loop0 492G 373G 94G 80% /
/dev/loop1 8.8T 670G 7.7T 8% /data
none 492K 0 492K 0% /dev
udev 32G 0 32G 0% /dev/tty
tmpfs 32G 0 32G 0% /dev/shm
tmpfs 32G 8.1M 32G 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 32G 0 32G 0% /sys/fs/cgroup
root@r-studio:/var/log#
and my VM config for this is,
root@proxmox:/etc/pve/lxc# more 100.conf
## misc notes here
arch: amd64
cores: 16
hostname: rbox
memory: 61440
mp0: bcache-9tb:100/vm-100-disk-0.raw,mp=/data,size=9000G
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.0.254,hwaddr=CA:22:1D:86:39:59,ip=192.168.0.251/24,type=veth
onboot: 1
ostype: debian
rootfs: local:100/vm-100-disk-0.raw,size=500G
swap: 0
unprivileged: 1
root@proxmox:/etc/pve/lxc#
If anyone has any thoughts / suggestions / comments - any ideas are most welcome / appreciated.
Thanks!
Tim
I have a proxmox host I setup a few months ago. Runs nicely, it seems. There was a hurricane/power outage this past weekend.
Proxmox rebooted cleanly, and one of two VMs on the host auto-started correctly at boot.
The one which failed to start. Appears to be related to error message:
EXT4-fs warning (device loop2): ext4_multi_mount_protect:325: MMP interval 42 higher than expected, please wait.
This is for proxmox version:
(output of pveversion): pve-manager/5.4-10/9603c337 (running kernel: 4.15.18-17-pve)
I was able to SSH into the proxmox host and then start the VM manually via CLI, simply via 'pct start 100' command, no other effort required.
I am a bit baffled, why I can start it so easliy, but it fails to auto-start at boot / and throws this error.
I did a bit of google digging and fine a few hits, but not seem quite relevant here.
I do have an extra piece of disk mounted, but it is not identified internally as loop2. Rather inside the VM we have loop0 and loop1, as per:
root@r-studio:/var/log# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/loop0 492G 373G 94G 80% /
/dev/loop1 8.8T 670G 7.7T 8% /data
none 492K 0 492K 0% /dev
udev 32G 0 32G 0% /dev/tty
tmpfs 32G 0 32G 0% /dev/shm
tmpfs 32G 8.1M 32G 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 32G 0 32G 0% /sys/fs/cgroup
root@r-studio:/var/log#
and my VM config for this is,
root@proxmox:/etc/pve/lxc# more 100.conf
## misc notes here
arch: amd64
cores: 16
hostname: rbox
memory: 61440
mp0: bcache-9tb:100/vm-100-disk-0.raw,mp=/data,size=9000G
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.0.254,hwaddr=CA:22:1D:86:39:59,ip=192.168.0.251/24,type=veth
onboot: 1
ostype: debian
rootfs: local:100/vm-100-disk-0.raw,size=500G
swap: 0
unprivileged: 1
root@proxmox:/etc/pve/lxc#
If anyone has any thoughts / suggestions / comments - any ideas are most welcome / appreciated.
Thanks!
Tim