]> git.proxmox.com Git - pve-docs.git/commitdiff
cdrom is just an alias, so we do not want to print details
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 4 Nov 2016 07:48:24 +0000 (08:48 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 4 Nov 2016 07:48:24 +0000 (08:48 +0100)
gen-qm.conf.5-opts.pl
qm.conf.5-opts.adoc

index cb62d13ae331ac5385f610aec7a8cc99d7057b56..cb23533a104a62220f89df2edea44467a5db7a3d 100755 (executable)
@@ -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);
index 485c5aaca911056011e54e8fd3823fdd834ee318..12574f1d48dda92d3d28e42be19d3613e553f1a5 100644 (file)
@@ -38,162 +38,6 @@ Enable booting from specified disk.
 
 This is an alias for option -ide2
 
-`aio`=`(native | threads)` ;;
-
-AIO type to use.
-
-`backup`=`boolean` ;;
-
-Whether the drive should be included when making backups.
-
-`bps`=`<bps>` ;;
-
-Maximum r/w speed in bytes per second.
-
-`bps_max_length`=`<seconds>` ;;
-
-Maximum length of I/O bursts in seconds.
-
-`bps_rd`=`<bps>` ;;
-
-Maximum read speed in bytes per second.
-
-`bps_rd_length`=`<seconds>` ;;
-
-Maximum length of read I/O bursts in seconds.
-
-`bps_wr`=`<bps>` ;;
-
-Maximum write speed in bytes per second.
-
-`bps_wr_length`=`<seconds>` ;;
-
-Maximum length of write I/O bursts in seconds.
-
-`cache`=`(directsync | none | unsafe | writeback | writethrough)` ;;
-
-The drive's cache mode
-
-`cyls`=`integer` ;;
-
-Force the drive's physical geometry to have a specific cylinder count.
-
-`detect_zeroes`=`boolean` ;;
-
-Controls whether to detect and try to optimize writes of zeroes.
-
-`discard`=`(ignore | on)` ;;
-
-Controls whether to pass discard/trim requests to the underlying storage.
-
-`file`=`<volume>` ;;
-
-The drive's backing volume.
-
-`format`=`(cloop | cow | qcow | qcow2 | qed | raw | vmdk)` ;;
-
-The drive's backing file's data format.
-
-`heads`=`integer` ;;
-
-Force the drive's physical geometry to have a specific head count.
-
-`iops`=`<iops>` ;;
-
-Maximum r/w I/O in operations per second.
-
-`iops_max`=`<iops>` ;;
-
-Maximum unthrottled r/w I/O pool in operations per second.
-
-`iops_max_length`=`<seconds>` ;;
-
-Maximum length of I/O bursts in seconds.
-
-`iops_rd`=`<iops>` ;;
-
-Maximum read I/O in operations per second.
-
-`iops_rd_length`=`<seconds>` ;;
-
-Maximum length of read I/O bursts in seconds.
-
-`iops_rd_max`=`<iops>` ;;
-
-Maximum unthrottled read I/O pool in operations per second.
-
-`iops_wr`=`<iops>` ;;
-
-Maximum write I/O in operations per second.
-
-`iops_wr_length`=`<seconds>` ;;
-
-Maximum length of write I/O bursts in seconds.
-
-`iops_wr_max`=`<iops>` ;;
-
-Maximum unthrottled write I/O pool in operations per second.
-
-`mbps`=`<mbps>` ;;
-
-Maximum r/w speed in megabytes per second.
-
-`mbps_max`=`<mbps>` ;;
-
-Maximum unthrottled r/w pool in megabytes per second.
-
-`mbps_rd`=`<mbps>` ;;
-
-Maximum read speed in megabytes per second.
-
-`mbps_rd_max`=`<mbps>` ;;
-
-Maximum unthrottled read pool in megabytes per second.
-
-`mbps_wr`=`<mbps>` ;;
-
-Maximum write speed in megabytes per second.
-
-`mbps_wr_max`=`<mbps>` ;;
-
-Maximum unthrottled write pool in megabytes per second.
-
-`media`=`(cdrom | disk)` (default=`disk`);;
-
-The drive's media type.
-
-`model`=`<model>` ;;
-
-The drive's reported model name, url-encoded, up to 40 bytes long.
-
-`rerror`=`(ignore | report | stop)` ;;
-
-Read error action.
-
-`secs`=`integer` ;;
-
-Force the drive's physical geometry to have a specific sector count.
-
-`serial`=`<serial>` ;;
-
-The drive's reported serial number, url-encoded, up to 20 bytes long.
-
-`size`=`<DiskSize>` ;;
-
-Disk size. This is purely informational and has no effect.
-
-`snapshot`=`boolean` ;;
-
-Whether the drive should be included when making snapshots.
-
-`trans`=`(auto | lba | none)` ;;
-
-Force disk geometry bios translation mode.
-
-`werror`=`(enospc | ignore | report | stop)` ;;
-
-Write error action.
-
 `cores`: `integer (1 - N)` (default=`1`)::
 
 The number of cores per socket.