Skip to content
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

Page modification request: lvextend #15379

Open
20mattia02 opened this issue Dec 28, 2024 · 1 comment
Open

Page modification request: lvextend #15379

20mattia02 opened this issue Dec 28, 2024 · 1 comment
Labels
help wanted You can help make tldr-pages better! page edit Changes to an existing page(s).

Comments

@20mattia02
Copy link

Command description

The command lvextend --size +100%FREE logical_volume doesn't work with Ubuntu Server 24.04.

Instead, I had to use:
lvextend -l +100%FREE logical_volume

~$ sudo lvextend --size +100%FREE /dev/ubuntu-vg/ubuntu-lv
  Can't parse size argument.
  Invalid argument for --size: +100%FREE
  Error during parsing of command line.
~$ sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
  Size of logical volume ubuntu-vg/ubuntu-lv changed from 100.00 GiB (25600 extents) to <1.82 TiB (476150 extents).
  Logical volume ubuntu-vg/ubuntu-lv successfully resized.

Command details

LVM version: 2.03.16 Libary version: 1.02.185

Documentation

No response

Platform

Linux

VCS repository link (e.g. GitHub, GitLab)

No response

Additional information

No response

@20mattia02 20mattia02 added help wanted You can help make tldr-pages better! page edit Changes to an existing page(s). labels Dec 28, 2024
@Managor
Copy link
Collaborator

Managor commented Dec 29, 2024

If you would like to help us, you can create a pull request to fix the incorrect command. The pages are at their best when the people that have first hand experience of the commands are the ones making them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted You can help make tldr-pages better! page edit Changes to an existing page(s).
Projects
None yet
Development

No branches or pull requests

2 participants