Actions
Bug #3948
closedzfs sync=default is not accepted
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
manpage - manual pages
Start date:
2013-08-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
the zfs man page says that the values of the sync property are sync=default | always | disabled. But /usr/sbin/zfs set sync=default ... is not accepted:
cannot set property for (...): 'sync' must be one of 'standard | always | disabled'
/usr/sbin/zfs set sync=standard works. This is on oi_151a7.
Related issues
Updated by Marcel Telka almost 9 years ago
- Project changed from OpenIndiana Distribution to illumos gate
- Category deleted (
Documentation)
Updated by Marcel Telka almost 9 years ago
- Category set to manpage - manual pages
Updated by Adam Števko over 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
Will be handed out for review with other fixes.
Updated by Robert Mustacchi over 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 80 to 100
- Tags deleted (
needs-triage)
Updated by Electric Monk over 8 years ago
git commit 409f1c06a8ed7e94e186a77bff5bfe5f77c5ebb1
Author: Adam Stevko <adam.stevko@gmail.com> 3947 zpool(1M) references nonexistent zfs-features(5) 4540 zpool(1M) man page doesn't describe "readonly" property 3948 zfs sync=default is not accepted 4611 zfs(1M) still mentions 'send -r' in synopsis 4415 zpool(1M) man page missing "import -m" description Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions