Can resize disk image when adding a new disk image to a VM
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-09 17:42:36 +02:00
parent 9c374f849b
commit 940302a825
4 changed files with 105 additions and 36 deletions

View File

@ -31,6 +31,9 @@ export interface BaseFileVMDisk {
// For new disk only
from_image?: string;
// Resize disk image after clone
resize?: boolean;
// application attributes
new?: boolean;
deleteType?: "keepfile" | "deletefile";