openzfs/zfs

ZFS needs a lazytime property to set lazytime mount option

开放

#9,843 创建于 2020年1月15日

 (6 条评论) (11 个反应) (0 位负责人)C (1,703 个派生)batch import
Type: Featuregood first issue

仓库指标

星标
 (9,908 个星标)
PR 合并指标
 (平均合并 5天 21小时) (30 天内合并 62 个 PR)

描述

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.

贡献者指南