E
eclipsenz
Guest
Hello. Brand new Proxmox user here - love the software 
Have a question regarding LVM though.
I understand LVM is the way to go and I have setup a test server at home but I'm really not sure if it's using LVM or not? And if so I can't see anywhere that should enable me to snapshot a machine. From what I can see it is using LVM but can someone confirm for me; here's some output:
I went into the Storage menu in Proxmox and went to "Add LVM Group" and called it VM, however it shows up as 97.30% full? Not really sure what's going on here:

Any help that anyone could give would be appreciated. I did search around but I didn't really make sense of what I read....complete LVM noob.......
Regards,
Nick

Have a question regarding LVM though.
I understand LVM is the way to go and I have setup a test server at home but I'm really not sure if it's using LVM or not? And if so I can't see anywhere that should enable me to snapshot a machine. From what I can see it is using LVM but can someone confirm for me; here's some output:
Code:
strider:/dev# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext3 errors=remount-ro 0 1
/dev/pve/data /var/lib/vz ext3 defaults 0 1
UUID=80688095-8ad2-454c-b5af-d98f3e4ac578 /boot ext3 defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
Code:
strider:/dev# df -H
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/pve-root 40G 737M 37G 2% /
tmpfs 458M 0 458M 0% /lib/init/rw
udev 11M 639k 9.9M 7% /dev
tmpfs 458M 0 458M 0% /dev/shm
/dev/mapper/pve-data 110G 15G 95G 14% /var/lib/vz
/dev/sda1 529M 33M 470M 7% /boot
Code:
strider:/dev# sfdisk -l
Disk /dev/sda: 19457 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sda1 * 0+ 65- 66- 524288 83 Linux
/dev/sda2 65+ 19456- 19392- 155764032 8e Linux LVM
/dev/sda3 0 - 0 0 0 Empty
/dev/sda4 0 - 0 0 0 Empty
Code:
strider:/dev# vgdisplay
--- Volume group ---
VG Name pve
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 4
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 3
Max PV 0
Cur PV 1
Act PV 1
VG Size 148.55 GB
PE Size 4.00 MB
Total PE 38028
Alloc PE / Size 37005 / 144.55 GB
Free PE / Size 1023 / 4.00 GB
VG UUID aSWW7e-o95L-XSO5-PMlf-JtlY-sGzV-6ZXSdr
Code:
strider:/dev# lvdisplay
--- Logical volume ---
LV Name /dev/pve/swap
VG Name pve
LV UUID lMmDCK-8QTp-SwsD-67Un-Q88L-yeLp-A0B0xw
LV Write Access read/write
LV Status available
# open 1
LV Size 4.00 GB
Current LE 1024
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:0
--- Logical volume ---
LV Name /dev/pve/root
VG Name pve
LV UUID lXlTwr-7JDZ-NoTU-s3sl-q4Rr-mHvO-irU20Z
LV Write Access read/write
LV Status available
# open 1
LV Size 37.25 GB
Current LE 9536
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:1
--- Logical volume ---
LV Name /dev/pve/data
VG Name pve
LV UUID p0VThG-XmxN-2weo-Qy7A-MTSe-9lLC-hqck4z
LV Write Access read/write
LV Status available
# open 1
LV Size 103.30 GB
Current LE 26445
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:2
I went into the Storage menu in Proxmox and went to "Add LVM Group" and called it VM, however it shows up as 97.30% full? Not really sure what's going on here:

Any help that anyone could give would be appreciated. I did search around but I didn't really make sense of what I read....complete LVM noob.......
Regards,
Nick