Skip to content

Commit

Permalink
cleanup: remove lvm todo
Browse files Browse the repository at this point in the history
  • Loading branch information
brandisher committed May 30, 2023
1 parent a249d19 commit 7f96143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/vgmanager/lvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ func (vg VolumeGroup) Delete(exec internal.Executor) error {
func GetVolumeGroup(exec internal.Executor, name string) (*VolumeGroup, error) {
res := new(vgsOutput)

// TODO: Check if `vgs <vg_name> --reportformat json` can be used to filter out the exact volume group name.
args := []string{
"vgs", "--units", "g", "--reportformat", "json",
}
Expand Down

0 comments on commit 7f96143

Please sign in to comment.