mirror of
https://github.com/containers/podman.git
synced 2026-03-20 07:37:11 -04:00
Merge pull request #14041 from edsantiago/emergency_ci_fix
[CI:DOCS] Emergency fix for new CI linter
This commit is contained in:
@@ -1466,7 +1466,7 @@ func (v *MachineVM) getIgnitionFile() string {
|
||||
return v.IgnitionFilePath.GetPath()
|
||||
}
|
||||
|
||||
//resizeDisk increases the size of the machine's disk in GB.
|
||||
// resizeDisk increases the size of the machine's disk in GB.
|
||||
func (v *MachineVM) resizeDisk(diskSize uint64, oldSize uint64) error {
|
||||
// Resize the disk image to input disk size
|
||||
// only if the virtualdisk size is less than
|
||||
|
||||
Reference in New Issue
Block a user