GazdajezdaHi!
Before i jump into completely new world of virtualization (for me of course) please a need a hint that my choosen hardware will play fine with Proxmox. I need to replace my 6 year old homelab (ESXi) server (i5, 32 gigs of ram, hw raid with 6 drives..). Nothing special, but it runs well for all that time. I wann't to replace it with this new sexy small combo which seems almost ideal for me:
That would be nice replacement for my current system and to replace ESXi with PROXMOX. But ... MB and chasis are so small that i cannot put any decent RAID card into (because of overheating problems, which may arise). Instead of that, i will user M.2 drive for system and use ZFS (RAIDZ) for SSD drives for their entire capacity. I choose RAIDZ because of smalest space tax - on MB there is room only for 4 SATA drives. So please anyone who can help me with tips & strategy of how to prepare / format SSD's (best alignment options for that particular SSD drives) and how / where to store ZFS ZIL & logs. Can system M.2 drive be used for ZIL? Since that is home server i do not need any form of heavy logging. I just need a stable system. And yes, i hope that i will end with SSD drive speed better that of current system (old Areca 1231ML RAID card) which is from 150 to 230 Mb/s. I know ZFS is software 'raid' system, but it is real to expect that? Since drives are SSD and whole system is newer i hope that is not so unrealistic.
- https://www.supermicro.com/en/products/motherboard/M11SDV-8C-LN4F (AMD EPYC 3251 soc - small but powerfull)
- https://www.supermicro.com/en/products/chassis/1u/505/SC505-203B
- 64Gb of RAM
- 4 x Samsung EVO860 2Tb
- 1 x M.2 drive
Thanks to anyone who will find time to reply meStay safe & healty!
AMD Ryzen™ 9 12/core/24 therds | AMD Ryzen™ 7 16/core /32 Core |
---|
Not directly. At the bottom of the Storage Wiki article are links to details about all storages and none of LVM, LVM thin or ZFS have "backup" as available content type. You could do one of the following
- Create a directory storage on your zpool. Something like the following:
- Create a PBS VM use all the features and rsync from there to some remote location
zpool list
zfs list
Disks yes, configs no. Configuration files for VMs are available atThere supposed to be a VM files (discs, configs...).
/etc/pve/qemu-server/<vmid>.conf
. If you create a VM and choose a storage of type zfspool then the disks will be created on that pool. In the following code snippet the last entry is from a VM disk.root@pve:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
tank 1.74T 3.75T 140K /tank
tank/testvol 297G 4.04T 81.4K -
tank/testvol2 1.16T 4.91T 81.4K -
tank/vm-101-disk-0 297G 4.04T 81.4K -
root@pve:~# qm config 101
bootdisk: scsi0
scsi0: tank:vm-101-disk-0,size=200G
NAME USED AVAIL REFER MOUNTPOINT
VMSTORE 3.41T 1.71T 140K /VMSTORE
VMSTORE/vm-100-disk-0 11.9G 1.72T 1.73G -
VMSTORE/vm-110-disk-0 11.9G 1.71T 6.74G -
VMSTORE/vm-120-disk-0 11.9G 1.71T 8.63G -
VMSTORE/vm-120-disk-1 2.54T 2.12T 2.12T -
VMSTORE/vm-120-disk-2 761G 1.83T 633G -
VMSTORE/vm-160-disk-0 14.9G 1.72T 1.38G -
VMSTORE/vm-165-disk-0 29.7G 1.71T 23.5G -
VMSTORE/vm-170-disk-0 29.7G 1.73T 2.65G -
VMSTORE/vm-181-disk-0 11.9G 1.72T 694M -
VMSTORE/vm-190-disk-0 5.95G 1.71T 341M -
root@pve:~#
Yes.If i understand you correctly, every VM disc is in fact a ZFS dataset?
pvesm list VMSTORE --content images
We use essential cookies to make this site work, and optional cookies to enhance your experience.