Dear All,
I'm new to proxmox, the more I read from proxmox , the more I'm confused.
During the installation of proxmox-ve_6.2-1, I have selected zfs Raid1. Does it mean ZFS has been create and ready to use? I would like to create share resource pool and use it for my VM.
1)Do I need to delete the partitions and re-create ZFS and setup Volume Group?
2) How do I proceed to create share resource pool with Thin provision option for VM?
root@chicago01:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,vztmpl,backup
dir: ISO
path /ISO
content images,iso
shared 0
zfspool: mainstorage
pool rpool
content images,rootdir
mountpoint /rpool
sparse 1
root@chicago01:~# zpool status
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-KINGSTON_SA400S37240G_50026B76841C9867-part3 ONLINE 0 0 0
ata-KINGSTON_SA400S37240G_50026B7683B38BD7-part3 ONLINE 0 0 0
ata-KINGSTON_SA400S37240G_50026B7683B38E5E-part3 ONLINE 0 0 0
errors: No known data errors
root@chicago01:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 3.39G 212G 104K /rpool
rpool/ROOT 3.38G 212G 96K /rpool/ROOT
rpool/ROOT/pve-1 3.38G 212G 3.38G /
rpool/data 96K 212G 96K /rpool/data
many thanks in advance for your guidance to the right path.
I'm new to proxmox, the more I read from proxmox , the more I'm confused.
During the installation of proxmox-ve_6.2-1, I have selected zfs Raid1. Does it mean ZFS has been create and ready to use? I would like to create share resource pool and use it for my VM.
1)Do I need to delete the partitions and re-create ZFS and setup Volume Group?
2) How do I proceed to create share resource pool with Thin provision option for VM?
root@chicago01:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,vztmpl,backup
dir: ISO
path /ISO
content images,iso
shared 0
zfspool: mainstorage
pool rpool
content images,rootdir
mountpoint /rpool
sparse 1
root@chicago01:~# zpool status
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-KINGSTON_SA400S37240G_50026B76841C9867-part3 ONLINE 0 0 0
ata-KINGSTON_SA400S37240G_50026B7683B38BD7-part3 ONLINE 0 0 0
ata-KINGSTON_SA400S37240G_50026B7683B38E5E-part3 ONLINE 0 0 0
errors: No known data errors
root@chicago01:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 3.39G 212G 104K /rpool
rpool/ROOT 3.38G 212G 96K /rpool/ROOT
rpool/ROOT/pve-1 3.38G 212G 3.38G /
rpool/data 96K 212G 96K /rpool/data
many thanks in advance for your guidance to the right path.