Hi,
still looking for some advice creating my new proxmox server on a rent server.
Hardware: Intel Core i7-4770, 32 GB DDR3 RAM, 2TB SATA HDD
This is how my actuall configuration looks:
My PVE (3.2 stable with support subscription):
VG setup
LV setup
fstab of host for VGs
pve storage.cfg
As you can see I used ext3 as filesystem on the host (since I read it delievers the most performance) and using LVM to manage the diskspace and using it for my KVM VMs. VM102 is only a test VM so far.
The hostsystem will be used to run 3-4 KVM VMs (planed so far: 2 x debian, 1 x Win7).
Here are some questions I still have for that project.
1. Is the setup of the pve hostsystem in a good state performance wise?
2. When i setup a debian KVM VM, how should I install the filesystem of it? Let the installer use the entire disk or let it use the entire disk and setup another LVM? ext3 or ext4?
3. I do have another server with some running KVM VMs all of them using local storage (directory) with raw disk images. Can I move a full backup of them to the new server and restore them on a VM using the LVM storage?
Thanks alot for your advice.
still looking for some advice creating my new proxmox server on a rent server.
Hardware: Intel Core i7-4770, 32 GB DDR3 RAM, 2TB SATA HDD
This is how my actuall configuration looks:
My PVE (3.2 stable with support subscription):
Code:
proxmox-ve-2.6.32: 3.2-129 (running kernel: 2.6.32-30-pve)
pve-manager: 3.2-4 (running version: 3.2-4/e24a91c1)
pve-kernel-2.6.32-30-pve: 2.6.32-130
pve-kernel-2.6.32-26-pve: 2.6.32-114
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.5-1
pve-cluster: 3.0-12
qemu-server: 3.1-16
pve-firmware: 1.1-3
libpve-common-perl: 3.0-18
libpve-access-control: 3.0-11
libpve-storage-perl: 3.0-19
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-6
vzctl: 4.0-1pve5
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.7-8
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.2-1
Code:
# vgdisplay
--- Volume group ---
VG Name vg1
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 6
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 1,69 TiB
PE Size 4,00 MiB
Total PE 442338
Alloc PE / Size 179200 / 700,00 GiB
Free PE / Size 263138 / 1,00 TiB
VG UUID Sd2mdO-WduR-Ooaf-CBXS-yzjT-55PA-28QBtp
--- Volume group ---
VG Name vg0
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 3
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 2
Open LV 2
Max PV 0
Cur PV 1
Act PV 1
VG Size 132,87 GiB
PE Size 4,00 MiB
Total PE 34015
Alloc PE / Size 33792 / 132,00 GiB
Free PE / Size 223 / 892,00 MiB
VG UUID 0OkfY2-1wPb-tl7h-YKW7-i96w-vrZo-xfvgDZ
Code:
# lvdisplay
--- Logical volume ---
LV Path /dev/vg1/vz
LV Name vz
VG Name vg1
LV UUID cPzeKh-DjYs-p9aO-0dl0-IL11-XykV-x3HFPP
LV Write Access read/write
LV Creation host, time [removed]
LV Status available
# open 1
LV Size 100,00 GiB
Current LE 25600
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:2
--- Logical volume ---
LV Path /dev/vg1/backup
LV Name backup
VG Name vg1
LV UUID 5QS8c1-Jqnd-T2ip-P9de-O4dH-EI6p-nqYM5H
LV Write Access read/write
LV Creation host, time [removed]
LV Status available
# open 1
LV Size 300,00 GiB
Current LE 76800
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:3
--- Logical volume ---
LV Path /dev/vg1/vm-102-disk-1
LV Name vm-102-disk-1
VG Name vg1
LV UUID un17YT-5KHc-k9al-oTLa-i5nu-jntO-NhCaM2
LV Write Access read/write
LV Creation host, time [removed]
LV Status available
# open 1
LV Size 300,00 GiB
Current LE 76800
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:4
--- Logical volume ---
LV Path /dev/vg0/root
LV Name root
VG Name vg0
LV UUID XWMuUx-elxy-kfSY-vjua-jqez-9Jtv-8UUu5k
LV Write Access read/write
LV Creation host, time [removed]
LV Status available
# open 1
LV Size 100,00 GiB
Current LE 25600
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
--- Logical volume ---
LV Path /dev/vg0/swap
LV Name swap
VG Name vg0
LV UUID QXxYr0-5qjJ-7kEG-AJf7-nJ16-0LTr-vzqONF
LV Write Access read/write
LV Creation host, time [removed]
LV Status available
# open 1
LV Size 32,00 GiB
Current LE 8192
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:1
Code:
/dev/vg0/root / ext3 defaults 0 0
/dev/vg0/swap swap swap defaults 0 0
/dev/vg1/vz /var/lib/vz ext3 defaults 0 0
/dev/vg1/backup /pvebackup ext3 defaults 0 0
Code:
dir: local
path /var/lib/vz
content iso,vztmpl,rootdir
maxfiles 0
dir: backup
path /pvebackup
content backup
maxfiles 0
lvm: images
vgname vg1
content images
As you can see I used ext3 as filesystem on the host (since I read it delievers the most performance) and using LVM to manage the diskspace and using it for my KVM VMs. VM102 is only a test VM so far.
The hostsystem will be used to run 3-4 KVM VMs (planed so far: 2 x debian, 1 x Win7).
Here are some questions I still have for that project.
1. Is the setup of the pve hostsystem in a good state performance wise?
2. When i setup a debian KVM VM, how should I install the filesystem of it? Let the installer use the entire disk or let it use the entire disk and setup another LVM? ext3 or ext4?
3. I do have another server with some running KVM VMs all of them using local storage (directory) with raw disk images. Can I move a full backup of them to the new server and restore them on a VM using the LVM storage?
Thanks alot for your advice.