Skip to content

Commit 9ba3e6d

Browse files
committed
Revert "Enable Vol Resize"
This reverts commit 5876546.
1 parent 7e6c409 commit 9ba3e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/volume/volume.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func init() {
2424
VolumeCmd.AddCommand(volumeCreateCmd)
2525
VolumeCmd.AddCommand(volumeListCmd)
2626
VolumeCmd.AddCommand(volumeRemoveCmd)
27-
VolumeCmd.AddCommand(volumeResizeCmd)
27+
// volumeCmd.AddCommand(volumeResizeCmd)
2828
VolumeCmd.AddCommand(volumeAttachCmd)
2929
VolumeCmd.AddCommand(volumeDetachCmd)
3030

0 commit comments

Comments
 (0)