Dataset to share in my LAN

lumox

Member
May 29, 2020
111
5
23
43
I created a ZFS pool, set one dataset for my VM to run, then I created a new dataset to put in it some data for my LAN to share and set for it a quotas.
So, I restored my VMs in lukepool/vmstorage (see below). So far so good.
Next, I wanted to create a space where I can put my data to share over my LAN. It should be lukepool/share...but I got lost here.

This is my zfs situation at the moment:

Code:
root@pve:~# zfs list
NAME                               USED  AVAIL     REFER  MOUNTPOINT
lukepool                          37.8G   860G      128K  /lukepool
lukepool/share                     128K   250G      128K  /lukepool/share
lukepool/vmstorage                37.8G   860G      128K  /lukepool/vmstorage
lukepool/vmstorage/vm-102-disk-0  1.26G   860G     1.26G  -
lukepool/vmstorage/vm-103-disk-0  36.5G   860G     36.5G  -
root@pve:~# zpool status
  pool: lukepool
state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        lukepool    ONLINE       0     0     0
          raidz1-0  ONLINE       0     0     0
            sda     ONLINE       0     0     0
            sdb     ONLINE       0     0     0
            sdc     ONLINE       0     0     0

errors: No known data errors
root@pve:~# zpool list
NAME       SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
lukepool  1.36T  56.7G  1.30T        -         -     0%     4%  1.00x    ONLINE  -

root@pve:~# zpool iostat -v
              capacity     operations     bandwidth
pool        alloc   free   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
lukepool    56.7G  1.30T     53  2.82K   472K  12.4M
  raidz1    56.7G  1.30T     53  2.82K   472K  12.4M
    sda         -      -     17    948   160K  4.12M
    sdb         -      -     18    974   156K  4.11M
    sdc         -      -     18    962   156K  4.12M
----------  -----  -----  -----  -----  -----  -----

First of all, I thought that the 250G dataset (set with quotas) would be subtracted from the total amount. I havent probably understood how it works exactly.
I didn't understand which option I have to select for my "lukepool/share". For content I see only the item "Disk image, container".


2020-11-27 12_41_22-pve - Proxmox Virtual Environment – Mozilla Firefox.jpg
Could you help figure this out please? Thanks