Questions tagged [openzfs]

19 questions
3
votes
1 answer

Are ZFS Automatic Spares Size-Aware when Using "autoreplace=on"?

Max ZFS codebase for pool: zfs-linux (0.7.5-1ubuntu16.11) Imagine a pool that grew unexpectedly, by adding larger mirrors in terms of physical disk capacity. Spares went in tow. New mirror, new spare. SAS Enterprise Grade on HBA. Mirror 0 is smaller…
Louis Waweru
  • 695
  • 9
  • 26
2
votes
0 answers

ZFS: Suppressing reservation on receiving side?

I'm trying to incrementally send changes for a zvol from my working pool (zdata) to a backup pool (zbackup), however I'm struggling to suppress the refreservation property. While I realise that the purpose of this property is to ensure that the zvol…
Haravikk
  • 267
  • 4
  • 12
2
votes
2 answers

Is it possible to repair a ZFS snapshot by re-sending it?

Given two ZFS pools where snapshots from one are sent to the other, is it possible to automatically repair a damaged snapshot using a copy of that snapshot stored on the other pool? I'm hoping this will only ever be a hypothetical question, but it…
Haravikk
  • 267
  • 4
  • 12
2
votes
2 answers

ZFS performance: Extreme low write speed

I am running a small home server. The specs are: CPU: AMD Ryzen 5 2600 RAM: 32 GB ECC System drive: 128GB NVMe SSD Data drives: 3x 4 TB Seagate Barracuda HDD The server runs some applications like Nextcloud or Gitea and I want to run 1-2 VMs on…
1
vote
1 answer

Recreate Dataset Without Any Data?

I have some datasets that are frequently written to, but whose data is non critical (caches etc.). Is it possible to "send" these to another pool without copying any of their data? I realised too late of course that I should have just done this when…
Haravikk
  • 267
  • 4
  • 12
1
vote
1 answer

Tuning ZFS for bursty sequential writes

This is a follow-up to: High speed network writes with large capacity storage. The setup has changed notably. I have a pool with a single raid-z2 with 6 drives, all Exos X18 CMR drives. Using fio and manual tests I know that the array can sustain…
Emma
  • 374
  • 3
  • 11
1
vote
0 answers

How to remove a device from a ZFS pool?

I wanted to add ata-TOSHIBA_DT02ABA400_90D1S0Q2S75H into the raidz1-0. Running zpool add tank ata-TOSHIBA_DT02ABA400_90D1S0Q2S75H unfortunately it becomes: $ zpool status pool: tank state: ONLINE config: NAME …
ロジャー
  • 203
  • 3
  • 8
1
vote
0 answers

ZFS/ZoL: Consequences of increasing zfs_vdev_async_read_min_active (and max)?

Vdev async read queues have min=1 and max=3 by default. All sync read/write queues are defaulted to min=max=10, while async writes get min=2 and max=10. Async reads are described as "prefetch reads" in the docs. So I take it that by design, when i/o…
Tavin
  • 111
  • 2
1
vote
0 answers

No files after send/receive of snapshot between systems

I have two separate systems, prime and alt, on the same network in the same rack: prime 192.168.0.100 alt 192.168.0.101 Each system has a zpool running on it, created with the following sequence: > zpool create -O encryption=on -O…
pstatix
  • 111
  • 2
1
vote
1 answer

Booting a Debian Live ISO on QEMU

Situation: A server: access only via SSH (no physical access, no KVM) a netboot OS (Debian/Jessie) 3 x 2T HDD 16G RAM Final goal: Building a ZFS pool with the local HDD and install Debian on a ZFS root, the netboot OS is missing packages to…
freezed
  • 133
  • 10
1
vote
2 answers

.zfs folder's missing, but snapshots are still there and mountable (inode trouble?)

$ sudo zfs list -t snapshot | grep childDataset3 a whole bunch are listed as expected (e.g. pool/dataset/childDataset3@today) $ ls /pool/dataset/childDataset3/.zfs ls: cannot access '/pool/dataset/childDataset3/.zfs': No such file or directory I…
0
votes
1 answer

rsync "Operation not supported" errors for ACL on ZFS

While migrating our file server to a ZFS file system with rsync -avxHAXS ... I get errors like: rsync: [generator] set_acl: sys_acl_set_file(path/to/file, ACL_TYPE_ACCESS): Operation not supported (95) I've already configured ZFS ACL settings…
Roger Dueck
  • 496
  • 4
  • 14
0
votes
0 answers

ZoL+FIO Randwrite nvme bs=8k@32io = 148MiB/s?

Sorry for the title, but it's very short summary of BS that I'm looking into. Situation I'm using ZoL 2.1.5 (from jonathonf's ppa) on Ubuntu (tried 20.04&22.04) I have following NVMe disk Kingston KC2500 1TB (/dev/nvme0n1) formatted as 512 (with…
0
votes
1 answer

How can I list what zfs compression algorithms are available?

I have a zfs pool on a production system and I would like to see if it's possible to use zstd compression instead of the current gzip setting. Is there any way to list available compression options?
yes
  • 11
  • 2
0
votes
0 answers

ZFS checksum error: how to recover from a replica?

ZFS can automatically repair checksum errors if the drive with the error is part of a pool set up with redundancy. What about the case when the checksum error is on a pool without redundancy, but there is a replicated snapshot elsewhere? Can the…
Adam
  • 525
  • 1
  • 6
  • 13
1
2