-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lvresize: add vg to positional arg and example extend #5150
Conversation
- In the positional parameter, it's needed to specify the VG and LV name as in `VG/LV`. As so, add `{{volume_group}}/`. - Add example to extend LV with `--size +` - normalize use of extended parameter names (e.g. `--size` instead of `-r`). - Move shrink example to below extend examples. - clarify in description it's operating in a logical volume.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the more information link: https://man7.org/linux/man-pages/man8/lvresize.8.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a grammar change. Otherwise LGTM! (after addressing @navarroaxel's comment)
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
@bl-ue i should have commited your changes instead of doing that directly in the file, im sorry about that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about these...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @aaaawwWWWwwwwWWW! ❤️
Pretty soon you could become a collaborator! 😄
VG/LV
. As so, add{{volume_group}}/
.--size +
--resizefs
instead of-r
).common/
,linux/
, etc.)