Actions
Bug #2052
closediiadm(1M) incorrectly describes group removal
Start date:
2012-02-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
iiadm(1M) says:
-g -" " -m volume_set [volume_set2 ...] Remove one or more existing Point-in-Time Copy volume_set(s) from their currently associated group_name. By default, or until moved into a user specified group_name, all Point-in-Time Copy volume_set(s) are in the blank (" ") group. This associ- ation allows all the previously documented iiadm group commands to be performed against the blank (" ") iiadm group_name.
It actually is
iiadm -g "" -m ...
All instances of the empty string should really be the empty string, with no spaces, and the leading - in the synopsis is erroneous.
Updated by Bart Coddens about 8 years ago
- Status changed from New to In Progress
- Assignee set to Bart Coddens
- % Done changed from 0 to 80
Updated by Robert Mustacchi about 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 80 to 100
- Tags deleted (
needs-triage)
Updated by Electric Monk about 8 years ago
git commit f430eb3a41177f2eb1360599331628b0ad9acb51
Author: Bart Coddens <bart.coddens@gmail.com> 2052 iiadm(1M) incorrectly describes group removal Reviewed by: Adam Stevko <adam.stevko@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions