Actions
Feature #2762
closedzpool command should have better support for feature flags
Start date:
2012-05-21
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Currently the only way to enable feature flags is using the 'zpool set' command to set a 'feature@...' property to 'enabled'. And the only way to see which features are enabled is to check the 'feature@...' properties with 'zpool get' or 'zpool list'.
For better management of feature flags:
The 'zpool upgrade' command should enable all features on a pool and provide verbose output about what features it is enabling.
The 'zpool status' and 'zpool import' commands should provide information about pools which do not have all available features enabled on them the same way they do about pools that are not upgraded to the highest available version number.
Updated by Christopher Siden about 11 years ago
- Category set to zfs - Zettabyte File System
- Status changed from New to In Progress
- % Done changed from 0 to 90
Updated by Christopher Siden about 11 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
Actions