X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=gen-qm.conf.5-opts.pl;h=cb23533a104a62220f89df2edea44467a5db7a3d;hp=cb62d13ae331ac5385f610aec7a8cc99d7057b56;hb=7d6078845fa6a3bd308c7dc843273e56be33f315;hpb=4d173e35c7beda1544cbf7221d70ab2d5cd50e38 diff --git a/gen-qm.conf.5-opts.pl b/gen-qm.conf.5-opts.pl index cb62d13..cb23533 100755 --- a/gen-qm.conf.5-opts.pl +++ b/gen-qm.conf.5-opts.pl @@ -8,4 +8,7 @@ use PVE::QemuServer; my $prop = PVE::QemuServer::json_config_properties(); +# cdrom is just an alias, so we do not want to print details +delete $prop->{cdrom}->{format}; + print PVE::RESTHandler::dump_properties($prop);