I setup a new server with Proxmox 5 and then upgrade to proxmox 6 (Ovh installer don't have support yet for 6)
The server have 2x1 TB nvme drives in RAID1
After this i set the pool
After reboot, i cannot open /rpool/vmdata (and the containers cannot start)
i need to mount it manually:
But now i cannot start the ct's
The server have 2x1 TB nvme drives in RAID1
After this i set the pool
Code:
zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
rpool 920G 1,38G 919G - - 0% 0% 1.00x ONLINE -
Code:
zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 1,37G 890G 96K /rpool
rpool/backup 96K 890G 96K /backup_rpool
rpool/tmp_backup 160K 890G 96K /var/lib/vz/tmp_backup
rpool/vmdata 1,37G 890G 664M /rpool/vmdata
rpool/vmdata/subvol-801-disk-0 737M 49,3G 736M /rpool/vmdata/subvol-801-disk-0
After reboot, i cannot open /rpool/vmdata (and the containers cannot start)
Code:
zpool status
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
nvme-eui.1851af8028610001001b448b441dedcb-part4 ONLINE 0 0 0
nvme-eui.1851af8061910001001b448b441dc2b6-part4 ONLINE 0 0 0
errors: No known data errors
i need to mount it manually:
Code:
zfs mount rpool/vmdata
But now i cannot start the ct's
Code:
sep 12 15:56:48 server7 systemd[1]: Starting PVE LXC Container: 801...
sep 12 15:56:48 server7 lxc-start[4027]: lxc-start: 801: lxccontainer.c: wait_on_daemonized_start: 856 No such file or directory - Failed to receive the container state
sep 12 15:56:48 server7 lxc-start[4027]: lxc-start: 801: tools/lxc_start.c: main: 330 The container failed to start
sep 12 15:56:48 server7 lxc-start[4027]: lxc-start: 801: tools/lxc_start.c: main: 333 To get more details, run the container in foreground mode
sep 12 15:56:48 server7 lxc-start[4027]: lxc-start: 801: tools/lxc_start.c: main: 336 Additional information can be obtained by setting the --logfile and --logpriority options
sep 12 15:56:48 server7 systemd[1]: pve-container@801.service: Control process exited, code=exited, status=1/FAILURE
sep 12 15:56:48 server7 systemd[1]: pve-container@801.service: Failed with result 'exit-code'.
sep 12 15:56:48 server7 systemd[1]: Failed to start PVE LXC Container: 801.