I install proxmox by this instruction -
https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Jessie
but after reboot I have a problem
root@VirtB:/home/nur# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/pve-root / ext4 errors=remount-ro 0 1
/dev/mapper/pve-swap none swap sw 0 0
/dev/pve/data /var/lib/vz ext4 defaults 0 1
root@VirtB:/home/nur# mount -a
root@VirtB:/home/nur# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
************
lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
/dev/mapper/pve-data on /var/lib/vz type ext4 (rw,relatime,stripe=256,data=ordered)
after reboot the system don't started and waits to pressing CTRL+D
I have to edit fstab, comment the line with "/dev/pve/data"
then the system can to boot
what is this, and what I have to do?
root@VirtB:/home/nur# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
data pve twi-aotz-- 9,84t 0,00 2,26
root pve -wi-ao---- 1,07t
swap pve -wi-ao---- 8,00g
root@VirtB:/home/nur# lvscan
ACTIVE '/dev/pve/swap' [8,00 GiB] inherit
ACTIVE '/dev/pve/root' [1,07 TiB] inherit
ACTIVE '/dev/pve/data' [9,84 TiB] inherit
root@VirtB:/home/nur# vgscan
Reading all physical volumes. This may take a while...
Found volume group "pve" using metadata type lvm2
root@VirtB:/home/nur# pvscan
PV /dev/sda3 VG pve lvm2 [1,82 TiB / 0 free]
PV /dev/sdb1 VG pve lvm2 [1,82 TiB / 0 free]
PV /dev/sdc1 VG pve lvm2 [1,82 TiB / 0 free]
PV /dev/sdd1 VG pve lvm2 [1,82 TiB / 0 free]
PV /dev/sde1 VG pve lvm2 [1,82 TiB / 0 free]
PV /dev/sdf1 VG pve lvm2 [1,82 TiB / 0 free]
Total: 6 [10,92 TiB] / in use: 6 [10,92 TiB] / in no VG: 0 [0 ]