You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnusedDisks should use the following structure. When the value is nil we wont change the value in PVE, this means that for updates we need to know the current settings. Modifying the disk when it does not exist should give an error during the Validation phase.
typeQemuUnusedDisksmap[QemuUnusedDiskID]QemuUnusedDisktypeQemuUnusedDiskstruct {
Deletebool`json:"delete"`Storage*string`json:"storage,omitempty"`// Changing migrates the disk to a different storageFormat*QemuDiskFormat`json:"format,omitempty"`// Changing the format of the disk
}
typeQemuUnusedDiskIDuint8
The text was updated successfully, but these errors were encountered:
UnusedDisks
should use the following structure. When the value isnil
we wont change the value in PVE, this means that for updates we need to know the current settings. Modifying the disk when it does not exist should give an error during the Validation phase.The text was updated successfully, but these errors were encountered: