Bug 1914544

Summary: lvcreate --size option missing in bash-completion
Product: [Fedora] Fedora Reporter: Germano Massullo (Thetra) <germano.massullo>
Component: bash-completionAssignee: Siteshwar Vashisht <svashisht>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 38CC: agk, heinzm, jbrassow, mrunge, msnitzer, ooprala, prajnoha, sheltren, svashisht, thornber, zkabelac
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-02-15 13:17:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Germano Massullo (Thetra) 2021-01-09 16:29:54 UTC
Description of problem:
bash completion does not have the --size option of lvcreate command.
For example think of command
# lvcreate vg1 --name lv1 --size 300M
as soon I finish writing
# lvcreate vg1 --name lv1 --
and I double press TAB, I get a list with all --foo options, but among them, the "--size" is missing

Version-Release number of selected component (if applicable):
lvm2-2.03.10-1.fc33.x86_64
and
lvm2-2.03.09-5.el8.x86_64

Comment 1 Zdenek Kabelac 2021-02-16 10:49:46 UTC
Switching to bash-completion Fedora bug as this file is not in any way under control of lvm2 project.

Looking at completion file - there are likely many strange things I'd probably do in very different way
(i.e. using lvdisplay,pvdisplay..  instead of lvs,pvs...)

But I've no good know how about this bash part myself.

Comment 2 Ben Cotton 2021-08-10 12:50:18 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle.
Changing version to 35.

Comment 3 Ben Cotton 2022-11-29 16:51:15 UTC
This message is a reminder that Fedora Linux 35 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 35 on 2022-12-13.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '35'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 35 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 4 Ben Cotton 2023-02-07 14:51:41 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 38 development cycle.
Changing version to 38.

Comment 5 Siteshwar Vashisht 2024-02-15 13:17:44 UTC
This is tracked in upstream through https://github.com/scop/bash-completion/issues/68. I am closing this as I do not plan to work on it.