Signed-off-by: Daniel Herzig <[email protected]>
---
 src/PVE/QemuServer/Drive.pm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/PVE/QemuServer/Drive.pm b/src/PVE/QemuServer/Drive.pm
index 10106ebd..8539a1d3 100644
--- a/src/PVE/QemuServer/Drive.pm
+++ b/src/PVE/QemuServer/Drive.pm
@@ -254,6 +254,14 @@ my %drivedesc_base = (
         optional => 1,
         default => 0,
     },
+     dismissable => {
+         type => 'boolean',
+         description => 'Mark CD-ROM as dismissable for starting the VM.',
+         verbose_description =>
+             'If set to 1, file will be removed from config if unavailable.',
+         optional => 1,
+         default => 0,
+    },
 );
 
 my %iothread_fmt = (
-- 
2.47.3



Reply via email to