Adjusting recordsize / small blocks for .ix-apps

Good morning,

I wonder, how would one go about confirming the record size and small block settings used or the ix-apps folder since it’s not a dataset per the GUI and thus cannot be accessed / reviewed that way?

Pool/ix-apps 10.4G 27.2T 252K /mnt/.ix-apps
Pool/ix-apps/app_configs 12.5M 27.2T 8.66M /mnt/.ix-apps/app_configs
Pool/ix-apps/app_mounts 4.97G 27.2T 128K /mnt/.ix-apps/app_mounts

Pool/ix-apps/docker 3.73G 27.2T 3.16G /mnt/.ix-apps/docker
Pool/ix-apps/truenas_catalog 1.72G 27.2T 301M /mnt/.ix-apps/truenas_catalog

I listed out the location per @pmh but that doesn’t get me closer re: recordsize of small blocks. Would it just fall under the general pool settings and get inherited from there?

zfs get special_small_blocks <dataset>

Recursively:

zfs get -t filesystem -r special_small_blocks <dataset>
2 Likes