Seeking help configuring PVE 5.1-11 running on a R720xd to allow Turnkey Linux fileserver to share a ZFS pool created from within PVE CLI.
Problem: Turnkey appears to share its local CT drive, not the ZFS pool created on the R720xd.
Steps taken:
Created a ZFS pool r720xd1 using 4x 3 TiB SAS drives mounted in the R720xd and created storage directory:
Datacenter>Storage>Add>ZFS and entered:
ID: zfs-storage
ZFS Pool: r720xd1/storage
Content: Disk image, Container
Enable: Check
Thin provision: Check
Add
NOTE: In Datacenter>Storage> I now see zfs-storage, but under "Shared" is stated "No"... tingling sensation...
Datacenter>Create CT
Hostname: fileserver-ct
Unprivileged: Uncheck
Root Disk>Disk size (GiB): 8
Network>Firewall: Unchecked
Finish
Status: stopped: OK
Datacenter>r720xd1(node name)>fileserver-ct>Resources>Add Mountpoint
Storage: zfs-storage
Disk size (GiB): 5200
Path: /storage
Create
Datacenter>r720xd1(node name)>fileserver-ct>Options>Features>Edit
NFS: Check
CIFS: Check
Start the CT
Login as root
Create Root Samba Password
Install security updates
On a host machine on the same LAN:
https://192.168.1.186:12321
Dashboard reports: Local Disk Space: 1.47 GB used / 5.08TB free / 5.09 TB total
So based on this, I would believe I am utilizing the zfs-storage created above with 4x 3 TiB SAS drives configured in raidz2. (Due to the 5.09 TB reported in Webmin and 5.25 TB reported with zfs list). However, when I try to copy a 6 GiB file to the share, the host OS reports there is not enough free space. This leads me to believe the share is actually using the CT Root Disk size of 8 GiB instead of my zfs-storage raidz2 of 5 TiB....
What am I doing wrong to share the zfs-storage?
Problem: Turnkey appears to share its local CT drive, not the ZFS pool created on the R720xd.
Steps taken:
Created a ZFS pool r720xd1 using 4x 3 TiB SAS drives mounted in the R720xd and created storage directory:
Code:
zpool create r720xd1 raidz2 -f /dev/sda /dev/sdb /dev/sdc /dev/sdd
zfs set compress=on r720xd1
zfs create r720xd1/storage
zfs list
5.25T AVAIL
Datacenter>Storage>Add>ZFS and entered:
ID: zfs-storage
ZFS Pool: r720xd1/storage
Content: Disk image, Container
Enable: Check
Thin provision: Check
Add
NOTE: In Datacenter>Storage> I now see zfs-storage, but under "Shared" is stated "No"... tingling sensation...
Datacenter>Create CT
Hostname: fileserver-ct
Unprivileged: Uncheck
Root Disk>Disk size (GiB): 8
Network>Firewall: Unchecked
Finish
Status: stopped: OK
Datacenter>r720xd1(node name)>fileserver-ct>Resources>Add Mountpoint
Storage: zfs-storage
Disk size (GiB): 5200
Path: /storage
Create
Datacenter>r720xd1(node name)>fileserver-ct>Options>Features>Edit
NFS: Check
CIFS: Check
Start the CT
Login as root
Create Root Samba Password
Install security updates
On a host machine on the same LAN:
https://192.168.1.186:12321
Dashboard reports: Local Disk Space: 1.47 GB used / 5.08TB free / 5.09 TB total
So based on this, I would believe I am utilizing the zfs-storage created above with 4x 3 TiB SAS drives configured in raidz2. (Due to the 5.09 TB reported in Webmin and 5.25 TB reported with zfs list). However, when I try to copy a 6 GiB file to the share, the host OS reports there is not enough free space. This leads me to believe the share is actually using the CT Root Disk size of 8 GiB instead of my zfs-storage raidz2 of 5 TiB....
What am I doing wrong to share the zfs-storage?