So I seem to have an interesting problem. I'm not a linux guru but I've done my fair share of working on different linux machines and distributions. I installed Proxmox 4.4 on a server with two 480GB SSDs. I could not for the life of me get ZFS raid to work using the ISO. It kicked me back into an EFI shell or couldnt find a boot disk whenever I tried to use ZFS.
So I decided to install onto only one SSD using XFS. The issue is that it's showing only 96GB of available disk space. I ran lvdisplay to see where /dev/pve/data was mounted and found it has no mount point. Instead my proxmox install is only using the root lvm partition for local storage instead of data.
Since the logical volume exists, I thought I would try mounting it with fstab but that failed with a 1m 30s timeout and booting me into emergency mode. My fstab entry was "/dev/pve/data /var/lib/vz xfs defaults 0 2"
Relevant commands and output are below. Any help the community could provide would be appreciated. Thank you!
VGDisplay
LVDisplay
FSTab
So I decided to install onto only one SSD using XFS. The issue is that it's showing only 96GB of available disk space. I ran lvdisplay to see where /dev/pve/data was mounted and found it has no mount point. Instead my proxmox install is only using the root lvm partition for local storage instead of data.
Since the logical volume exists, I thought I would try mounting it with fstab but that failed with a 1m 30s timeout and booting me into emergency mode. My fstab entry was "/dev/pve/data /var/lib/vz xfs defaults 0 2"
Relevant commands and output are below. Any help the community could provide would be appreciated. Thank you!
VGDisplay
Code:
root@proxmox2:~# vgdisplay
--- Volume group ---
VG Name pve
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 7
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 2
Max PV 0
Cur PV 1
Act PV 1
VG Size 465.51 GiB
PE Size 4.00 MiB
Total PE 119170
Alloc PE / Size 115119 / 449.68 GiB
Free PE / Size 4051 / 15.82 GiB
VG UUID FGiIrI-CDQU-Mm53-Xpmm-gcN7-d1e9-PUgf9r
LVDisplay
Code:
root@proxmox2:~# lvdisplay
--- Logical volume ---
LV Path /dev/pve/swap
LV Name swap
VG Name pve
LV UUID QAd8vV-KYc2-g5vX-EomM-DrGI-MqKQ-vla4Hk
LV Write Access read/write
LV Creation host, time proxmox, 2017-04-27 15:47:51 -0400
LV Status available
# open 2
LV Size 8.00 GiB
Current LE 2048
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 251:1
--- Logical volume ---
LV Path /dev/pve/root
LV Name root
VG Name pve
LV UUID DKwgBZ-vTtg-4al0-zjFo-rr8n-WueJ-U5ymtt
LV Write Access read/write
LV Creation host, time proxmox, 2017-04-27 15:47:52 -0400
LV Status available
# open 1
LV Size 96.00 GiB
Current LE 24576
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 251:0
--- Logical volume ---
LV Name data
VG Name pve
LV UUID uvg1GY-onzH-VPC9-sNkT-vCWw-vPyv-Sp0dyh
LV Write Access read/write
LV Creation host, time proxmox, 2017-04-27 15:47:52 -0400
LV Pool metadata data_tmeta
LV Pool data data_tdata
LV Status available
# open 0
LV Size 345.51 GiB
Allocated pool data 0.00%
Allocated metadata 0.43%
Current LE 88451
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 251:4
FSTab
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / xfs defaults 0 1
UUID=AE8A-74AB /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
Last edited: