openzfs/zfs
Auf GitHub ansehenZFS needs a lazytime property to set lazytime mount option
Open
#9.843 geöffnet am 15. Jan. 2020
Type: Featuregood first issue
Repository-Metriken
- Stars
- (9.908 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 5T 21h) (62 gemergte PRs in 30 T)
Beschreibung
System information
| Type | Version/Name |
|---|---|
| Distribution Name | Arch Linux |
| Linux Kernel | 5.4.10 |
| Architecture | x86_64 |
| ZFS Version | 0.8.2-1 |
| SPL Version | 0.8.2-1 |
ZFS supports lazytime, and datasets can be mounted with lazytime by running mount -o remount,lazytime tank/foo, but there is no property in the dataset to influence lazytime so that zfs mount tank/foo will set lazytime on.