From: Dietmar Maurer Date: Thu, 29 Jun 2017 16:01:29 +0000 (+0200) Subject: update generated docs X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=5d9c884c7b3f4980abbd4cbe91ea588a03266485 update generated docs --- diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js index bdb18c2..a8916dd 100644 --- a/api-viewer/apidata.js +++ b/api-viewer/apidata.js @@ -1,6 +1,278 @@ var pveapi = [ { "children" : [ + { + "children" : [ + { + "info" : { + "DELETE" : { + "description" : "Mark replication job for removal.", + "method" : "DELETE", + "name" : "delete", + "parameters" : { + "additionalProperties" : 0, + "properties" : { + "force" : { + "default" : 0, + "description" : "Will remove the jobconfig entry, but will not cleanup.", + "optional" : 1, + "type" : "boolean", + "typetext" : "" + }, + "id" : { + "description" : "Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'.", + "format" : "pve-replication-job-id", + "pattern" : "[1-9][0-9]{2,8}-\\d{1,9}", + "type" : "string" + }, + "keep" : { + "default" : 0, + "description" : "Keep replicated data at target (do not remove).", + "optional" : 1, + "type" : "boolean", + "typetext" : "" + } + } + }, + "permissions" : { + "check" : [ + "perm", + "/storage", + [ + "Datastore.Allocate" + ] + ] + }, + "protected" : 1, + "returns" : { + "type" : "null" + } + }, + "GET" : { + "description" : "Read replication job configuration.", + "method" : "GET", + "name" : "read", + "parameters" : { + "additionalProperties" : 0, + "properties" : { + "id" : { + "description" : "Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'.", + "format" : "pve-replication-job-id", + "pattern" : "[1-9][0-9]{2,8}-\\d{1,9}", + "type" : "string" + } + } + }, + "permissions" : { + "description" : "Requires the VM.Audit permission on /vms/.", + "user" : "all" + }, + "returns" : { + "type" : "object" + } + }, + "PUT" : { + "description" : "Update replication job configuration.", + "method" : "PUT", + "name" : "update", + "parameters" : { + "additionalProperties" : 0, + "properties" : { + "comment" : { + "description" : "Description.", + "maxLength" : 4096, + "optional" : 1, + "type" : "string", + "typetext" : "" + }, + "delete" : { + "description" : "A list of settings you want to delete.", + "format" : "pve-configid-list", + "maxLength" : 4096, + "optional" : 1, + "type" : "string", + "typetext" : "" + }, + "digest" : { + "description" : "Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications.", + "maxLength" : 40, + "optional" : 1, + "type" : "string", + "typetext" : "" + }, + "disable" : { + "description" : "Flag to disable/deactivate the entry.", + "optional" : 1, + "type" : "boolean", + "typetext" : "" + }, + "id" : { + "description" : "Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'.", + "format" : "pve-replication-job-id", + "pattern" : "[1-9][0-9]{2,8}-\\d{1,9}", + "type" : "string" + }, + "rate" : { + "description" : "Rate limit in mbps (megabytes per second) as floating point number.", + "minimum" : 1, + "optional" : 1, + "type" : "number", + "typetext" : " (1 - N)" + }, + "remove_job" : { + "description" : "Mark the replication job for removal. The job will remove all local replication snapshots. When set to 'full', it also tries to remove replicated volumes on the target. The job then removes itself from the configuration file.", + "enum" : [ + "local", + "full" + ], + "optional" : 1, + "type" : "string" + }, + "schedule" : { + "default" : "*/15", + "description" : "Storage replication schedule. The format is a subset of `systemd` calender events.", + "format" : "pve-calendar-event", + "maxLength" : 128, + "optional" : 1, + "type" : "string", + "typetext" : "" + } + }, + "type" : "object" + }, + "permissions" : { + "check" : [ + "perm", + "/storage", + [ + "Datastore.Allocate" + ] + ] + }, + "protected" : 1, + "returns" : { + "type" : "null" + } + } + }, + "leaf" : 1, + "path" : "/cluster/replication/{id}", + "text" : "{id}" + } + ], + "info" : { + "GET" : { + "description" : "List replication jobs.", + "method" : "GET", + "name" : "index", + "parameters" : { + "additionalProperties" : 0 + }, + "permissions" : { + "description" : "Requires the VM.Audit permission on /vms/.", + "user" : "all" + }, + "returns" : { + "items" : { + "properties" : {}, + "type" : "object" + }, + "links" : [ + { + "href" : "{id}", + "rel" : "child" + } + ], + "type" : "array" + } + }, + "POST" : { + "description" : "Create a new replication job", + "method" : "POST", + "name" : "create", + "parameters" : { + "additionalProperties" : 0, + "properties" : { + "comment" : { + "description" : "Description.", + "maxLength" : 4096, + "optional" : 1, + "type" : "string", + "typetext" : "" + }, + "disable" : { + "description" : "Flag to disable/deactivate the entry.", + "optional" : 1, + "type" : "boolean", + "typetext" : "" + }, + "id" : { + "description" : "Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'.", + "format" : "pve-replication-job-id", + "pattern" : "[1-9][0-9]{2,8}-\\d{1,9}", + "type" : "string" + }, + "rate" : { + "description" : "Rate limit in mbps (megabytes per second) as floating point number.", + "minimum" : 1, + "optional" : 1, + "type" : "number", + "typetext" : " (1 - N)" + }, + "remove_job" : { + "description" : "Mark the replication job for removal. The job will remove all local replication snapshots. When set to 'full', it also tries to remove replicated volumes on the target. The job then removes itself from the configuration file.", + "enum" : [ + "local", + "full" + ], + "optional" : 1, + "type" : "string" + }, + "schedule" : { + "default" : "*/15", + "description" : "Storage replication schedule. The format is a subset of `systemd` calender events.", + "format" : "pve-calendar-event", + "maxLength" : 128, + "optional" : 1, + "type" : "string", + "typetext" : "" + }, + "target" : { + "description" : "Target node.", + "format" : "pve-node", + "optional" : 0, + "type" : "string", + "typetext" : "" + }, + "type" : { + "description" : "Section type.", + "enum" : [ + "local" + ], + "type" : "string" + } + }, + "type" : "object" + }, + "permissions" : { + "check" : [ + "perm", + "/storage", + [ + "Datastore.Allocate" + ] + ] + }, + "protected" : 1, + "returns" : { + "type" : "null" + } + } + }, + "leaf" : 0, + "path" : "/cluster/replication", + "text" : "replication" + }, { "children" : [ { @@ -12,6 +284,15 @@ var pveapi = [ "parameters" : { "additionalProperties" : 0 }, + "permissions" : { + "check" : [ + "perm", + "/", + [ + "Sys.Audit" + ] + ] + }, "returns" : { "items" : { "properties" : { @@ -44,6 +325,15 @@ var pveapi = [ "parameters" : { "additionalProperties" : 0 }, + "permissions" : { + "check" : [ + "perm", + "/", + [ + "Sys.Audit" + ] + ] + }, "returns" : { "properties" : {}, "type" : "object" @@ -63,6 +353,15 @@ var pveapi = [ "parameters" : { "additionalProperties" : 0 }, + "permissions" : { + "check" : [ + "perm", + "/", + [ + "Sys.Audit" + ] + ] + }, "returns" : { "items" : { "properties" : {}, @@ -5576,6 +5875,7 @@ var pveapi = [ "qemu32", "qemu64", "SandyBridge", + "Skylake-Client", "Westmere" ], "type" : "string" @@ -5707,6 +6007,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -5720,6 +6023,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -5809,11 +6115,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -5821,6 +6123,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -5828,11 +6137,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -5840,6 +6145,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "mbps" : { "description" : "Maximum r/w speed in megabytes per second.", "format_description" : "mbps", @@ -5894,6 +6206,12 @@ var pveapi = [ "optional" : 1, "type" : "string" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, "rerror" : { "description" : "Read error action.", "enum" : [ @@ -5956,7 +6274,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "keyboard" : { "default" : "en-us", @@ -6324,6 +6642,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -6337,6 +6658,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -6426,11 +6750,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -6438,6 +6758,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -6445,11 +6772,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -6457,6 +6780,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "mbps" : { "description" : "Maximum r/w speed in megabytes per second.", "format_description" : "mbps", @@ -6503,6 +6833,12 @@ var pveapi = [ "optional" : 1, "type" : "string" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, "rerror" : { "description" : "Read error action.", "enum" : [ @@ -6565,7 +6901,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "scsi[n]" : { "description" : "Use volume as SCSI hard disk or CD-ROM (n is 0 to 13).", @@ -6604,6 +6940,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -6617,6 +6956,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -6706,11 +7048,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -6718,6 +7056,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -6725,11 +7070,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -6737,6 +7078,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iothread" : { "description" : "Whether to use iothreads for this drive", "optional" : 1, @@ -6794,6 +7142,22 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, + "rerror" : { + "description" : "Read error action.", + "enum" : [ + "ignore", + "report", + "stop" + ], + "optional" : 1, + "type" : "string" + }, "scsiblock" : { "default" : 0, "description" : "whether to use scsi-block for full passthrough of host block device\n\nWARNING: can lead to I/O errors in combination with low memory or high memory fragmentation on host", @@ -6852,7 +7216,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,replicate=<1|0>] [,rerror=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "scsihw" : { "default" : "lsi", @@ -7043,6 +7407,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -7056,6 +7423,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -7145,37 +7515,43 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { + "alias" : "iops_rd_max_length" + }, + "iops_rd_max" : { + "description" : "Maximum unthrottled read I/O pool in operations per second.", + "format_description" : "iops", + "optional" : 1, + "type" : "integer" + }, + "iops_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, "optional" : 1, "type" : "integer" }, - "iops_rd_max" : { - "description" : "Maximum unthrottled read I/O pool in operations per second.", + "iops_wr" : { + "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", "optional" : 1, "type" : "integer" }, - "iops_wr" : { - "description" : "Maximum write I/O in operations per second.", + "iops_wr_length" : { + "alias" : "iops_wr_max_length" + }, + "iops_wr_max" : { + "description" : "Maximum unthrottled write I/O pool in operations per second.", "format_description" : "iops", "optional" : 1, "type" : "integer" }, - "iops_wr_length" : { + "iops_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, "optional" : 1, "type" : "integer" }, - "iops_wr_max" : { - "description" : "Maximum unthrottled write I/O pool in operations per second.", - "format_description" : "iops", - "optional" : 1, - "type" : "integer" - }, "iothread" : { "description" : "Whether to use iothreads for this drive", "optional" : 1, @@ -7227,6 +7603,12 @@ var pveapi = [ "optional" : 1, "type" : "string" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, "rerror" : { "description" : "Read error action.", "enum" : [ @@ -7289,7 +7671,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "vmid" : { "description" : "The (unique) ID of the VM.", @@ -7448,6 +7830,7 @@ var pveapi = [ "qemu32", "qemu64", "SandyBridge", + "Skylake-Client", "Westmere" ], "type" : "string" @@ -7579,6 +7962,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -7592,6 +7978,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -7681,11 +8070,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -7693,6 +8078,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -7700,11 +8092,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -7712,6 +8100,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "mbps" : { "description" : "Maximum r/w speed in megabytes per second.", "format_description" : "mbps", @@ -7766,6 +8161,12 @@ var pveapi = [ "optional" : 1, "type" : "string" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, "rerror" : { "description" : "Read error action.", "enum" : [ @@ -7828,7 +8229,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "keyboard" : { "default" : "en-us", @@ -8196,6 +8597,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -8209,6 +8613,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -8298,11 +8705,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -8310,6 +8713,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -8317,11 +8727,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -8329,6 +8735,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "mbps" : { "description" : "Maximum r/w speed in megabytes per second.", "format_description" : "mbps", @@ -8375,6 +8788,12 @@ var pveapi = [ "optional" : 1, "type" : "string" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, "rerror" : { "description" : "Read error action.", "enum" : [ @@ -8437,7 +8856,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "scsi[n]" : { "description" : "Use volume as SCSI hard disk or CD-ROM (n is 0 to 13).", @@ -8476,6 +8895,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -8489,6 +8911,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -8578,11 +9003,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -8590,6 +9011,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -8597,11 +9025,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -8609,6 +9033,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iothread" : { "description" : "Whether to use iothreads for this drive", "optional" : 1, @@ -8666,6 +9097,22 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, + "rerror" : { + "description" : "Read error action.", + "enum" : [ + "ignore", + "report", + "stop" + ], + "optional" : 1, + "type" : "string" + }, "scsiblock" : { "default" : 0, "description" : "whether to use scsi-block for full passthrough of host block device\n\nWARNING: can lead to I/O errors in combination with low memory or high memory fragmentation on host", @@ -8724,7 +9171,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,replicate=<1|0>] [,rerror=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "scsihw" : { "default" : "lsi", @@ -8915,6 +9362,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -8928,6 +9378,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -9017,11 +9470,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -9029,6 +9478,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -9036,11 +9492,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -9048,6 +9500,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iothread" : { "description" : "Whether to use iothreads for this drive", "optional" : 1, @@ -9099,6 +9558,12 @@ var pveapi = [ "optional" : 1, "type" : "string" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, "rerror" : { "description" : "Read error action.", "enum" : [ @@ -9161,7 +9626,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "vmid" : { "description" : "The (unique) ID of the VM.", @@ -10690,7 +11155,7 @@ var pveapi = [ "typetext" : "" }, "size" : { - "description" : "The new size. With the '+' sign the value is added to the actual size of the volume and without it, the value is taken as an absolute one. Shrinking disk size is not supported.", + "description" : "The new size. With the `+` sign the value is added to the actual size of the volume and without it, the value is taken as an absolute one. Shrinking disk size is not supported.", "pattern" : "\\+?\\d+(\\.\\d+)?[KMGT]?", "type" : "string" }, @@ -11453,6 +11918,7 @@ var pveapi = [ "qemu32", "qemu64", "SandyBridge", + "Skylake-Client", "Westmere" ], "type" : "string" @@ -11570,6 +12036,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -11583,6 +12052,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -11672,11 +12144,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -11684,6 +12152,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -11691,11 +12166,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -11703,6 +12174,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "mbps" : { "description" : "Maximum r/w speed in megabytes per second.", "format_description" : "mbps", @@ -11757,6 +12235,12 @@ var pveapi = [ "optional" : 1, "type" : "string" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, "rerror" : { "description" : "Read error action.", "enum" : [ @@ -11819,7 +12303,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "keyboard" : { "default" : "en-us", @@ -12187,6 +12671,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -12200,6 +12687,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -12289,11 +12779,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -12301,6 +12787,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -12308,11 +12801,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -12320,6 +12809,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "mbps" : { "description" : "Maximum r/w speed in megabytes per second.", "format_description" : "mbps", @@ -12366,6 +12862,12 @@ var pveapi = [ "optional" : 1, "type" : "string" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, "rerror" : { "description" : "Read error action.", "enum" : [ @@ -12428,7 +12930,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "scsi[n]" : { "description" : "Use volume as SCSI hard disk or CD-ROM (n is 0 to 13).", @@ -12467,6 +12969,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -12480,6 +12985,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -12569,11 +13077,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -12581,6 +13085,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -12588,11 +13099,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -12600,6 +13107,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iothread" : { "description" : "Whether to use iothreads for this drive", "optional" : 1, @@ -12657,6 +13171,22 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, + "rerror" : { + "description" : "Read error action.", + "enum" : [ + "ignore", + "report", + "stop" + ], + "optional" : 1, + "type" : "string" + }, "scsiblock" : { "default" : 0, "description" : "whether to use scsi-block for full passthrough of host block device\n\nWARNING: can lead to I/O errors in combination with low memory or high memory fragmentation on host", @@ -12715,7 +13245,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,replicate=<1|0>] [,rerror=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "scsihw" : { "default" : "lsi", @@ -12914,6 +13444,9 @@ var pveapi = [ "type" : "integer" }, "bps_rd_length" : { + "alias" : "bps_rd_max_length" + }, + "bps_rd_max_length" : { "description" : "Maximum length of read I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -12927,6 +13460,9 @@ var pveapi = [ "type" : "integer" }, "bps_wr_length" : { + "alias" : "bps_wr_max_length" + }, + "bps_wr_max_length" : { "description" : "Maximum length of write I/O bursts in seconds.", "format_description" : "seconds", "minimum" : 1, @@ -13016,11 +13552,7 @@ var pveapi = [ "type" : "integer" }, "iops_rd_length" : { - "description" : "Maximum length of read I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_rd_max_length" }, "iops_rd_max" : { "description" : "Maximum unthrottled read I/O pool in operations per second.", @@ -13028,6 +13560,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_rd_max_length" : { + "description" : "Maximum length of read I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iops_wr" : { "description" : "Maximum write I/O in operations per second.", "format_description" : "iops", @@ -13035,11 +13574,7 @@ var pveapi = [ "type" : "integer" }, "iops_wr_length" : { - "description" : "Maximum length of write I/O bursts in seconds.", - "format_description" : "seconds", - "minimum" : 1, - "optional" : 1, - "type" : "integer" + "alias" : "iops_wr_max_length" }, "iops_wr_max" : { "description" : "Maximum unthrottled write I/O pool in operations per second.", @@ -13047,6 +13582,13 @@ var pveapi = [ "optional" : 1, "type" : "integer" }, + "iops_wr_max_length" : { + "description" : "Maximum length of write I/O bursts in seconds.", + "format_description" : "seconds", + "minimum" : 1, + "optional" : 1, + "type" : "integer" + }, "iothread" : { "description" : "Whether to use iothreads for this drive", "optional" : 1, @@ -13098,6 +13640,12 @@ var pveapi = [ "optional" : 1, "type" : "string" }, + "replicate" : { + "default" : 1, + "description" : "Whether the drive should considered for replication jobs.", + "optional" : 1, + "type" : "boolean" + }, "rerror" : { "description" : "Read error action.", "enum" : [ @@ -13160,7 +13708,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" + "typetext" : "[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]" }, "vmid" : { "description" : "The (unique) ID of the VM.", @@ -13371,8 +13919,14 @@ var pveapi = [ "type" : "string", "verbose_description" : "Path to the mount point as seen from inside the container.\n\nNOTE: Must not contain any symlinks for security reasons." }, - "quota" : { - "description" : "Enable user quotas inside the container (not supported with zfs subvolumes)", + "quota" : { + "description" : "Enable user quotas inside the container (not supported with zfs subvolumes)", + "optional" : 1, + "type" : "boolean" + }, + "replicate" : { + "default" : 1, + "description" : "Will include this volume to a storage replica job.", "optional" : 1, "type" : "boolean" }, @@ -13405,7 +13959,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]" + "typetext" : "[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]" }, "nameserver" : { "description" : "Sets DNS server IP address for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.", @@ -13558,6 +14112,12 @@ var pveapi = [ "optional" : 1, "type" : "boolean" }, + "replicate" : { + "default" : 1, + "description" : "Will include this volume to a storage replica job.", + "optional" : 1, + "type" : "boolean" + }, "ro" : { "description" : "Read-only mount point", "optional" : 1, @@ -13587,7 +14147,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]" + "typetext" : "[volume=] [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]" }, "searchdomain" : { "description" : "Sets DNS search domains for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.", @@ -16221,6 +16781,14 @@ var pveapi = [ "parameters" : { "additionalProperties" : 0, "properties" : { + "height" : { + "description" : "sets the height of the console in pixels.", + "maximum" : 2160, + "minimum" : 16, + "optional" : 1, + "type" : "integer", + "typetext" : " (16 - 2160)" + }, "node" : { "description" : "The cluster node name.", "format" : "pve-node", @@ -16239,6 +16807,14 @@ var pveapi = [ "optional" : 1, "type" : "boolean", "typetext" : "" + }, + "width" : { + "description" : "sets the width of the console in pixels.", + "maximum" : 4096, + "minimum" : 16, + "optional" : 1, + "type" : "integer", + "typetext" : " (16 - 4096)" } } }, @@ -17055,6 +17631,12 @@ var pveapi = [ "optional" : 1, "type" : "boolean" }, + "replicate" : { + "default" : 1, + "description" : "Will include this volume to a storage replica job.", + "optional" : 1, + "type" : "boolean" + }, "ro" : { "description" : "Read-only mount point", "optional" : 1, @@ -17084,7 +17666,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]" + "typetext" : "[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]" }, "nameserver" : { "description" : "Sets DNS server IP address for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.", @@ -17263,6 +17845,12 @@ var pveapi = [ "optional" : 1, "type" : "boolean" }, + "replicate" : { + "default" : 1, + "description" : "Will include this volume to a storage replica job.", + "optional" : 1, + "type" : "boolean" + }, "ro" : { "description" : "Read-only mount point", "optional" : 1, @@ -17292,7 +17880,7 @@ var pveapi = [ }, "optional" : 1, "type" : "string", - "typetext" : "[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]" + "typetext" : "[volume=] [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]" }, "searchdomain" : { "description" : "Sets DNS search domains for a container. Create will automatically use the setting from the host if you neither set searchdomain nor nameserver.", @@ -17556,6 +18144,13 @@ var pveapi = [ "parameters" : { "additionalProperties" : 0, "properties" : { + "bluestore" : { + "default" : 0, + "description" : "Use bluestore instead of filestore.", + "optional" : 1, + "type" : "boolean", + "typetext" : "" + }, "dev" : { "description" : "Block device name.", "type" : "string", @@ -17563,7 +18158,7 @@ var pveapi = [ }, "fstype" : { "default" : "xfs", - "description" : "File system type.", + "description" : "File system type (filestore only).", "enum" : [ "xfs", "ext4", @@ -17857,6 +18452,22 @@ var pveapi = [ "parameters" : { "additionalProperties" : 0, "properties" : { + "disable_cephx" : { + "default" : 0, + "description" : "Disable cephx authentification.\n\nWARNING: cephx is a security feature protecting against man-in-the-middle attacks. Only consider disabling cephx if your network is private!", + "optional" : 1, + "type" : "boolean", + "typetext" : "" + }, + "min_size" : { + "default" : 2, + "description" : "Minimum number of available replicas per object to allow I/O", + "maximum" : 7, + "minimum" : 1, + "optional" : 1, + "type" : "integer", + "typetext" : " (1 - 7)" + }, "network" : { "description" : "Use specific network for all ceph related traffic", "format" : "CIDR", @@ -17881,13 +18492,13 @@ var pveapi = [ "typetext" : " (6 - 14)" }, "size" : { - "default" : 2, - "description" : "Number of replicas per object", - "maximum" : 3, + "default" : 3, + "description" : "Targeted number of replicas per object", + "maximum" : 7, "minimum" : 1, "optional" : 1, "type" : "integer", - "typetext" : " (1 - 3)" + "typetext" : " (1 - 7)" } } }, @@ -18162,11 +18773,11 @@ var pveapi = [ "min_size" : { "default" : 1, "description" : "Minimum number of replicas per object", - "maximum" : 3, + "maximum" : 7, "minimum" : 1, "optional" : 1, "type" : "integer", - "typetext" : " (1 - 3)" + "typetext" : " (1 - 7)" }, "name" : { "description" : "The name of the pool. It must be unique.", @@ -18191,11 +18802,11 @@ var pveapi = [ "size" : { "default" : 2, "description" : "Number of replicas per object", - "maximum" : 3, + "maximum" : 7, "minimum" : 1, "optional" : 1, "type" : "integer", - "typetext" : " (1 - 3)" + "typetext" : " (1 - 7)" } } }, @@ -22448,6 +23059,254 @@ var pveapi = [ "path" : "/nodes/{node}/firewall", "text" : "firewall" }, + { + "children" : [ + { + "children" : [ + { + "info" : { + "GET" : { + "description" : "Get replication job status.", + "method" : "GET", + "name" : "job_status", + "parameters" : { + "additionalProperties" : 0, + "properties" : { + "id" : { + "description" : "Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'.", + "format" : "pve-replication-job-id", + "pattern" : "[1-9][0-9]{2,8}-\\d{1,9}", + "type" : "string" + }, + "node" : { + "description" : "The cluster node name.", + "format" : "pve-node", + "type" : "string", + "typetext" : "" + } + } + }, + "permissions" : { + "description" : "Requires the VM.Audit permission on /vms/.", + "user" : "all" + }, + "protected" : 1, + "proxyto" : "node", + "returns" : { + "properties" : {}, + "type" : "object" + } + } + }, + "leaf" : 1, + "path" : "/nodes/{node}/replication/{id}/status", + "text" : "status" + }, + { + "info" : { + "GET" : { + "description" : "Read replication job log.", + "method" : "GET", + "name" : "read_job_log", + "parameters" : { + "additionalProperties" : 0, + "properties" : { + "id" : { + "description" : "Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'.", + "format" : "pve-replication-job-id", + "pattern" : "[1-9][0-9]{2,8}-\\d{1,9}", + "type" : "string" + }, + "limit" : { + "minimum" : 0, + "optional" : 1, + "type" : "integer", + "typetext" : " (0 - N)" + }, + "node" : { + "description" : "The cluster node name.", + "format" : "pve-node", + "type" : "string", + "typetext" : "" + }, + "start" : { + "minimum" : 0, + "optional" : 1, + "type" : "integer", + "typetext" : " (0 - N)" + } + } + }, + "permissions" : { + "description" : "Requires the VM.Audit permission on /vms/, or 'Sys.Audit' on '/nodes/'", + "user" : "all" + }, + "protected" : 1, + "proxyto" : "node", + "returns" : { + "items" : { + "properties" : { + "n" : { + "description" : "Line number", + "type" : "integer" + }, + "t" : { + "description" : "Line text", + "type" : "string" + } + }, + "type" : "object" + }, + "type" : "array" + } + } + }, + "leaf" : 1, + "path" : "/nodes/{node}/replication/{id}/log", + "text" : "log" + }, + { + "info" : { + "POST" : { + "description" : "Schedule replication job to start as soon as possible.", + "method" : "POST", + "name" : "schedule_now", + "parameters" : { + "additionalProperties" : 0, + "properties" : { + "id" : { + "description" : "Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'.", + "format" : "pve-replication-job-id", + "pattern" : "[1-9][0-9]{2,8}-\\d{1,9}", + "type" : "string" + }, + "node" : { + "description" : "The cluster node name.", + "format" : "pve-node", + "type" : "string", + "typetext" : "" + } + } + }, + "permissions" : { + "check" : [ + "perm", + "/storage", + [ + "Datastore.Allocate" + ] + ] + }, + "protected" : 1, + "proxyto" : "node", + "returns" : { + "type" : "string" + } + } + }, + "leaf" : 1, + "path" : "/nodes/{node}/replication/{id}/schedule_now", + "text" : "schedule_now" + } + ], + "info" : { + "GET" : { + "description" : "Directory index.", + "method" : "GET", + "name" : "index", + "parameters" : { + "additionalProperties" : 0, + "properties" : { + "id" : { + "description" : "Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'.", + "format" : "pve-replication-job-id", + "pattern" : "[1-9][0-9]{2,8}-\\d{1,9}", + "type" : "string" + }, + "node" : { + "description" : "The cluster node name.", + "format" : "pve-node", + "type" : "string", + "typetext" : "" + } + } + }, + "permissions" : { + "user" : "all" + }, + "returns" : { + "items" : { + "properties" : {}, + "type" : "object" + }, + "links" : [ + { + "href" : "{name}", + "rel" : "child" + } + ], + "type" : "array" + } + } + }, + "leaf" : 0, + "path" : "/nodes/{node}/replication/{id}", + "text" : "{id}" + } + ], + "info" : { + "GET" : { + "description" : "List status of all replication jobs on this node.", + "method" : "GET", + "name" : "status", + "parameters" : { + "additionalProperties" : 0, + "properties" : { + "guest" : { + "description" : "Only list replication jobs for this guest.", + "format" : "pve-vmid", + "minimum" : 1, + "optional" : 1, + "type" : "integer", + "typetext" : " (1 - N)" + }, + "node" : { + "description" : "The cluster node name.", + "format" : "pve-node", + "type" : "string", + "typetext" : "" + } + } + }, + "permissions" : { + "description" : "Requires the VM.Audit permission on /vms/.", + "user" : "all" + }, + "protected" : 1, + "proxyto" : "node", + "returns" : { + "items" : { + "properties" : { + "id" : { + "type" : "string" + } + }, + "type" : "object" + }, + "links" : [ + { + "href" : "{id}", + "rel" : "child" + } + ], + "type" : "array" + } + } + }, + "leaf" : 0, + "path" : "/nodes/{node}/replication", + "text" : "replication" + }, { "info" : { "GET" : { @@ -22857,6 +23716,14 @@ var pveapi = [ "parameters" : { "additionalProperties" : 0, "properties" : { + "height" : { + "description" : "sets the height of the console in pixels.", + "maximum" : 2160, + "minimum" : 16, + "optional" : 1, + "type" : "integer", + "typetext" : " (16 - 2160)" + }, "node" : { "description" : "The cluster node name.", "format" : "pve-node", @@ -22875,6 +23742,14 @@ var pveapi = [ "optional" : 1, "type" : "boolean", "typetext" : "" + }, + "width" : { + "description" : "sets the width of the console in pixels.", + "maximum" : 4096, + "minimum" : 16, + "optional" : 1, + "type" : "integer", + "typetext" : " (16 - 4096)" } } }, diff --git a/pct-mountpoint-opts.adoc b/pct-mountpoint-opts.adoc index e2a9f15..203b9f3 100644 --- a/pct-mountpoint-opts.adoc +++ b/pct-mountpoint-opts.adoc @@ -1,8 +1,8 @@ -`rootfs`: `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`rootfs`: `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container root. See below for a detailed description of all options. -`mp[n]`: `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`mp[n]`: `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container mount point. @@ -24,6 +24,10 @@ NOTE: Must not contain any symlinks for security reasons. Enable user quotas inside the container (not supported with zfs subvolumes) +`replicate`=`` ('default =' `1`);; + +Will include this volume to a storage replica job. + `ro`=`` ;; Read-only mount point diff --git a/pct.1-synopsis.adoc b/pct.1-synopsis.adoc index a3997d2..3e3f558 100644 --- a/pct.1-synopsis.adoc +++ b/pct.1-synopsis.adoc @@ -137,7 +137,7 @@ Lock/unlock the VM. Amount of RAM for the VM in MB. -`-mp[n]` `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`-mp[n]` `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container mount point. @@ -173,7 +173,7 @@ Sets the protection flag of the container. This will prevent the CT or CT's disk Mark this as restore task. -`-rootfs` `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`-rootfs` `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container root. @@ -522,7 +522,7 @@ Lock/unlock the VM. Amount of RAM for the VM in MB. -`-mp[n]` `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`-mp[n]` `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container mount point. @@ -554,7 +554,7 @@ Add the VM to the specified pool. Sets the protection flag of the container. This will prevent the CT or CT's disk remove/update operation. -`-rootfs` `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`-rootfs` `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container root. @@ -683,7 +683,7 @@ Lock/unlock the VM. Amount of RAM for the VM in MB. -`-mp[n]` `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`-mp[n]` `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container mount point. @@ -707,7 +707,7 @@ OS type. This is used to setup configuration inside the container, and correspon Sets the protection flag of the container. This will prevent the CT or CT's disk remove/update operation. -`-rootfs` `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`-rootfs` `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container root. diff --git a/pct.conf.5-opts.adoc b/pct.conf.5-opts.adoc index 793b3e7..05bfa82 100644 --- a/pct.conf.5-opts.adoc +++ b/pct.conf.5-opts.adoc @@ -42,7 +42,7 @@ Lock/unlock the VM. Amount of RAM for the VM in MB. -`mp[n]`: `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`mp[n]`: `[volume=] ,mp= [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container mount point. @@ -64,6 +64,10 @@ NOTE: Must not contain any symlinks for security reasons. Enable user quotas inside the container (not supported with zfs subvolumes) +`replicate`=`` ('default =' `1`);; + +Will include this volume to a storage replica job. + `ro`=`` ;; Read-only mount point @@ -154,7 +158,7 @@ OS type. This is used to setup configuration inside the container, and correspon Sets the protection flag of the container. This will prevent the CT or CT's disk remove/update operation. -`rootfs`: `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: +`rootfs`: `[volume=] [,acl=<1|0>] [,quota=<1|0>] [,replicate=<1|0>] [,ro=<1|0>] [,shared=<1|0>] [,size=]` :: Use volume as container root. @@ -166,6 +170,10 @@ Explicitly enable or disable ACL support. Enable user quotas inside the container (not supported with zfs subvolumes) +`replicate`=`` ('default =' `1`);; + +Will include this volume to a storage replica job. + `ro`=`` ;; Read-only mount point diff --git a/pveceph.1-synopsis.adoc b/pveceph.1-synopsis.adoc index 7cd041c..a1ee3ee 100644 --- a/pveceph.1-synopsis.adoc +++ b/pveceph.1-synopsis.adoc @@ -15,9 +15,13 @@ Create OSD Block device name. +`-bluestore` `` ('default =' `0`):: + +Use bluestore instead of filestore. + `-fstype` `` ('default =' `xfs`):: -File system type. +File system type (filestore only). `-journal_dev` `` :: @@ -38,7 +42,7 @@ The name of the pool. It must be unique. The ruleset to use for mapping object placement in the cluster. -`-min_size` ` (1 - 3)` ('default =' `1`):: +`-min_size` ` (1 - 7)` ('default =' `1`):: Minimum number of replicas per object @@ -46,7 +50,7 @@ Minimum number of replicas per object Number of placement groups. -`-size` ` (1 - 3)` ('default =' `2`):: +`-size` ` (1 - 7)` ('default =' `2`):: Number of replicas per object @@ -112,6 +116,16 @@ Verbose output format. Create initial ceph default configuration and setup symlinks. +`-disable_cephx` `` ('default =' `0`):: + +Disable cephx authentification. ++ +WARNING: cephx is a security feature protecting against man-in-the-middle attacks. Only consider disabling cephx if your network is private! + +`-min_size` ` (1 - 7)` ('default =' `2`):: + +Minimum number of available replicas per object to allow I/O + `-network` `` :: Use specific network for all ceph related traffic @@ -122,9 +136,9 @@ Placement group bits, used to specify the default number of placement groups. + NOTE: 'osd pool default pg num' does not work for default pools. -`-size` ` (1 - 3)` ('default =' `2`):: +`-size` ` (1 - 7)` ('default =' `3`):: -Number of replicas per object +Targeted number of replicas per object @@ -133,7 +147,7 @@ Number of replicas per object Install ceph related packages. -`-version` `` :: +`-version` `` :: no description available diff --git a/pvecm.1-synopsis.adoc b/pvecm.1-synopsis.adoc index 15446d1..9ff6232 100644 --- a/pvecm.1-synopsis.adoc +++ b/pvecm.1-synopsis.adoc @@ -88,10 +88,6 @@ Hostname (or IP) of the corosync ring0 address of this node. Defaults to the hos Hostname (or IP) of the corosync ring1 address, this needs an valid bindnet1_addr. -`-rrp_mode` `` ('default =' `none`):: - -This specifies the mode of redundant ring, which may be none, active or passive. Using multiple interfaces only allows 'active' or 'passive'. - `-votes` ` (1 - N)` :: Number of votes for this node. @@ -144,10 +140,14 @@ Output file name -*pvecm mtunnel* `[OPTIONS]` +*pvecm mtunnel* `[]` `[OPTIONS]` Used by VM/CT migration - do not use manually. +``: `` :: + +Extra arguments as array + `-get_migration_ip` `` ('default =' `0`):: return the migration IP, if configured @@ -156,6 +156,10 @@ return the migration IP, if configured the migration network used to detect the local migration IP +`-run-command` `` :: + +Run a command with a tcp socket as standard input. The IP address and port are printed via this command's stdandard output first, each on a separate line. + *pvecm nodes* diff --git a/pvesm.1-synopsis.adoc b/pvesm.1-synopsis.adoc index 56f697a..df90d7c 100644 --- a/pvesm.1-synopsis.adoc +++ b/pvesm.1-synopsis.adoc @@ -188,6 +188,36 @@ NOTE: Requires option(s): `size` +*pvesm export* ` ` `[OPTIONS]` + +Export a volume. + +``: `` :: + +Volume identifier + +``: `` :: + +Export stream format + +``: `` :: + +Destination file name + +`-base` `(?^:[a-z0-9_\-]{1,40})` :: + +Snapshot to start an incremental stream from + +`-snapshot` `(?^:[a-z0-9_\-]{1,40})` :: + +Snapshot to export + +`-with-snapshots` `` ('default =' `0`):: + +Whether to include intermediate snapshots in the stream + + + *pvesm extractconfig* `` Extract configuration from vzdump backup archive. @@ -240,6 +270,37 @@ Verbose output format. +*pvesm import* ` ` `[OPTIONS]` + +Import a volume. + +``: `` :: + +Volume identifier + +``: `` :: + +Import stream format + +``: `` :: + +Source file name + +`-base` `(?^:[a-z0-9_\-]{1,40})` :: + +Base snapshot of an incremental stream + +`-delete-snapshot` `(?^:[a-z0-9_\-]{1,80})` :: + +A snapshot to delete on success + +`-with-snapshots` `` ('default =' `0`):: + +Whether the stream includes intermediate snapshots + + + + *pvesm iscsiscan* `-portal ` `[OPTIONS]` Scan remote iSCSI server. diff --git a/pvesr.1-synopsis.adoc b/pvesr.1-synopsis.adoc index 2e95be0..4363b9d 100644 --- a/pvesr.1-synopsis.adoc +++ b/pvesr.1-synopsis.adoc @@ -1,5 +1,98 @@ *pvesr* ` [ARGS] [OPTIONS]` +*pvesr create-local-job* ` ` `[OPTIONS]` + +Create a new replication job + +``: `[1-9][0-9]{2,8}-\d{1,9}` :: + +Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'. + +``: `` :: + +Target node. + +`-comment` `` :: + +Description. + +`-disable` `` :: + +Flag to disable/deactivate the entry. + +`-rate` ` (1 - N)` :: + +Rate limit in mbps (megabytes per second) as floating point number. + +`-remove_job` `` :: + +Mark the replication job for removal. The job will remove all local replication snapshots. When set to 'full', it also tries to remove replicated volumes on the target. The job then removes itself from the configuration file. + +`-schedule` `` ('default =' `*/15`):: + +Storage replication schedule. The format is a subset of `systemd` calender events. + + + +*pvesr delete* `` `[OPTIONS]` + +Mark replication job for removal. + +``: `[1-9][0-9]{2,8}-\d{1,9}` :: + +Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'. + +`-force` `` ('default =' `0`):: + +Will remove the jobconfig entry, but will not cleanup. + +`-keep` `` ('default =' `0`):: + +Keep replicated data at target (do not remove). + + + + +*pvesr disable* `` + +Disable a replication job. + +``: `[1-9][0-9]{2,8}-\d{1,9}` :: + +Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'. + + + +*pvesr enable* `` + +Enable a replication job. + +``: `[1-9][0-9]{2,8}-\d{1,9}` :: + +Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'. + + + +*pvesr finalize-local-job* ` []` `[OPTIONS]` + +Finalize a replication job. This removes all replications snapshots with +timestamps different than . + +``: `[1-9][0-9]{2,8}-\d{1,9}` :: + +Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'. + +``: `` :: + +The list of volume IDs to consider. + +`-last_sync` ` (0 - N)` :: + +Time (UNIX epoch) of last successful sync. If not specified, all replication snapshots gets removed. + + + + *pvesr help* `[]` `[OPTIONS]` Get help about specified command. @@ -15,16 +108,151 @@ Verbose output format. -*pvesr jobs* +*pvesr list* List replication jobs. -*pvesr run* +*pvesr prepare-local-job* ` []` `[OPTIONS]` + +Prepare for starting a replication job. This is called on the target node +before replication starts. This call is for internal use, and return a JSON +object on stdout. The method first test if VM reside on the local +node. If so, stop immediately. After that the method scans all volume IDs +for snapshots, and removes all replications snapshots with timestamps +different than . It also removes any unused volumes. Returns a +hash with boolean markers for all volumes with existing replication +snapshots. + +``: `[1-9][0-9]{2,8}-\d{1,9}` :: + +Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'. + +``: `` :: + +The list of volume IDs to consider. + +`-force` `` ('default =' `0`):: + +Allow to remove all existion volumes (empty volume list). + +`-last_sync` ` (0 - N)` :: + +Time (UNIX epoch) of last successful sync. If not specified, all replication snapshots get removed. + +`-parent_snapname` `` :: + +The name of the snapshot. + +`-scan` `` :: + +List of storage IDs to scan for stale volumes. + + + + +*pvesr read* `` + +Read replication job configuration. + +``: `[1-9][0-9]{2,8}-\d{1,9}` :: + +Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'. + + + + +*pvesr run* `[OPTIONS]` + +This method is called by the systemd-timer and executes all (or a specific) +sync jobs. + +`-id` `[1-9][0-9]{2,8}-\d{1,9}` :: + +Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'. + +`-verbose` `` ('default =' `0`):: + +Print more verbose logs to stdout. + + + + +*pvesr schedule-now* `` + +Schedule replication job to start as soon as possible. + +``: `[1-9][0-9]{2,8}-\d{1,9}` :: + +Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'. + + + + +*pvesr set-state* ` ` + +Set the job replication state on migration. This call is for internal use. +It will accept the job state as ja JSON obj. + +``: ` (1 - N)` :: + +The (unique) ID of the VM. + +``: `` :: + +Job state as JSON decoded string. + + + + +*pvesr status* `[OPTIONS]` + +List status of all replication jobs on this node. + +`-guest` ` (1 - N)` :: + +Only list replication jobs for this guest. + + + + +*pvesr update* `` `[OPTIONS]` + +Update replication job configuration. + +``: `[1-9][0-9]{2,8}-\d{1,9}` :: + +Replication Job ID. The ID is composed of a Guest ID and a job number, separated by a hyphen, i.e. '-'. + +`-comment` `` :: + +Description. + +`-delete` `` :: + +A list of settings you want to delete. + +`-digest` `` :: + +Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications. + +`-disable` `` :: + +Flag to disable/deactivate the entry. + +`-rate` ` (1 - N)` :: + +Rate limit in mbps (megabytes per second) as floating point number. + +`-remove_job` `` :: + +Mark the replication job for removal. The job will remove all local replication snapshots. When set to 'full', it also tries to remove replicated volumes on the target. The job then removes itself from the configuration file. + +`-schedule` `` ('default =' `*/15`):: -This method will run by the systemd-timer and sync all jobs +Storage replication schedule. The format is a subset of `systemd` calender events. diff --git a/qm.1-synopsis.adoc b/qm.1-synopsis.adoc index d45a18b..ff13c76 100644 --- a/qm.1-synopsis.adoc +++ b/qm.1-synopsis.adoc @@ -173,7 +173,7 @@ Selectively enable hotplug features. This is a comma separated list of hotplug f Enable/disable hugepages memory. -`-ide[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`-ide[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as IDE hard disk or CD-ROM (n is 0 to 3). @@ -249,11 +249,11 @@ Sets the protection flag of the VM. This will disable the remove VM and remove d Allow reboot. If set to '0' the VM exit on reboot. -`-sata[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`-sata[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as SATA hard disk or CD-ROM (n is 0 to 5). -`-scsi[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`-scsi[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,replicate=<1|0>] [,rerror=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as SCSI hard disk or CD-ROM (n is 0 to 13). @@ -327,7 +327,7 @@ Number of hotplugged vcpus. Select the VGA type. -`-virtio[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`-virtio[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as VIRTIO hard disk (n is 0 to 15). @@ -385,6 +385,30 @@ Verbose output format. +*qm importdisk* ` ` `[OPTIONS]` + +Import an external disk image as an unused disk in a VM. The + image format has to be supported by qemu-img(1). + +``: ` (1 - N)` :: + +The (unique) ID of the VM. + +``: `` :: + +Path to the disk image to import + +``: `` :: + +Target storage ID + +`-format` `` :: + +Target format + + + + *qm list* `[OPTIONS]` Virtual machine index (per node). @@ -553,7 +577,7 @@ The disk you want to resize. ``: `\+?\d+(\.\d+)?[KMGT]?` :: -The new size. With the '+' sign the value is added to the actual size of the volume and without it, the value is taken as an absolute one. Shrinking disk size is not supported. +The new size. With the `+` sign the value is added to the actual size of the volume and without it, the value is taken as an absolute one. Shrinking disk size is not supported. `-digest` `` :: @@ -715,7 +739,7 @@ Selectively enable hotplug features. This is a comma separated list of hotplug f Enable/disable hugepages memory. -`-ide[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`-ide[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as IDE hard disk or CD-ROM (n is 0 to 3). @@ -791,11 +815,11 @@ Allow reboot. If set to '0' the VM exit on reboot. Revert a pending change. -`-sata[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`-sata[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as SATA hard disk or CD-ROM (n is 0 to 5). -`-scsi[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`-scsi[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,replicate=<1|0>] [,rerror=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as SCSI hard disk or CD-ROM (n is 0 to 13). @@ -863,7 +887,7 @@ Number of hotplugged vcpus. Select the VGA type. -`-virtio[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`-virtio[n]` `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as VIRTIO hard disk (n is 0 to 15). diff --git a/qm.conf.5-opts.adoc b/qm.conf.5-opts.adoc index 125b4b0..65cccb6 100644 --- a/qm.conf.5-opts.adoc +++ b/qm.conf.5-opts.adoc @@ -46,7 +46,7 @@ The number of cores per socket. Emulated CPU type. -`cputype`=`<486 | Broadwell | Broadwell-noTSX | Conroe | Haswell | Haswell-noTSX | IvyBridge | Nehalem | Opteron_G1 | Opteron_G2 | Opteron_G3 | Opteron_G4 | Opteron_G5 | Penryn | SandyBridge | Westmere | athlon | core2duo | coreduo | host | kvm32 | kvm64 | pentium | pentium2 | pentium3 | phenom | qemu32 | qemu64>` ('default =' `kvm64`);; +`cputype`=`<486 | Broadwell | Broadwell-noTSX | Conroe | Haswell | Haswell-noTSX | IvyBridge | Nehalem | Opteron_G1 | Opteron_G2 | Opteron_G3 | Opteron_G4 | Opteron_G5 | Penryn | SandyBridge | Skylake-Client | Westmere | athlon | core2duo | coreduo | host | kvm32 | kvm64 | pentium | pentium2 | pentium3 | phenom | qemu32 | qemu64>` ('default =' `kvm64`);; Emulated CPU type. @@ -132,7 +132,7 @@ Selectively enable hotplug features. This is a comma separated list of hotplug f Enable/disable hugepages memory. -`ide[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`ide[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,model=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as IDE hard disk or CD-ROM (n is 0 to 3). @@ -156,7 +156,7 @@ Maximum length of I/O bursts in seconds. Maximum read speed in bytes per second. -`bps_rd_length`=`` ;; +`bps_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. @@ -164,7 +164,7 @@ Maximum length of read I/O bursts in seconds. Maximum write speed in bytes per second. -`bps_wr_length`=`` ;; +`bps_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. @@ -212,26 +212,26 @@ Maximum length of I/O bursts in seconds. Maximum read I/O in operations per second. -`iops_rd_length`=`` ;; - -Maximum length of read I/O bursts in seconds. - `iops_rd_max`=`` ;; Maximum unthrottled read I/O pool in operations per second. -`iops_wr`=`` ;; +`iops_rd_max_length`=`` ;; -Maximum write I/O in operations per second. +Maximum length of read I/O bursts in seconds. -`iops_wr_length`=`` ;; +`iops_wr`=`` ;; -Maximum length of write I/O bursts in seconds. +Maximum write I/O in operations per second. `iops_wr_max`=`` ;; Maximum unthrottled write I/O pool in operations per second. +`iops_wr_max_length`=`` ;; + +Maximum length of write I/O bursts in seconds. + `mbps`=`` ;; Maximum r/w speed in megabytes per second. @@ -264,6 +264,10 @@ The drive's media type. The drive's reported model name, url-encoded, up to 40 bytes long. +`replicate`=`` ('default =' `1`);; + +Whether the drive should considered for replication jobs. + `rerror`=`` ;; Read error action. @@ -441,7 +445,7 @@ Sets the protection flag of the VM. This will disable the remove VM and remove d Allow reboot. If set to '0' the VM exit on reboot. -`sata[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`sata[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as SATA hard disk or CD-ROM (n is 0 to 5). @@ -465,7 +469,7 @@ Maximum length of I/O bursts in seconds. Maximum read speed in bytes per second. -`bps_rd_length`=`` ;; +`bps_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. @@ -473,7 +477,7 @@ Maximum length of read I/O bursts in seconds. Maximum write speed in bytes per second. -`bps_wr_length`=`` ;; +`bps_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. @@ -521,26 +525,26 @@ Maximum length of I/O bursts in seconds. Maximum read I/O in operations per second. -`iops_rd_length`=`` ;; - -Maximum length of read I/O bursts in seconds. - `iops_rd_max`=`` ;; Maximum unthrottled read I/O pool in operations per second. -`iops_wr`=`` ;; +`iops_rd_max_length`=`` ;; -Maximum write I/O in operations per second. +Maximum length of read I/O bursts in seconds. -`iops_wr_length`=`` ;; +`iops_wr`=`` ;; -Maximum length of write I/O bursts in seconds. +Maximum write I/O in operations per second. `iops_wr_max`=`` ;; Maximum unthrottled write I/O pool in operations per second. +`iops_wr_max_length`=`` ;; + +Maximum length of write I/O bursts in seconds. + `mbps`=`` ;; Maximum r/w speed in megabytes per second. @@ -569,6 +573,10 @@ Maximum unthrottled write pool in megabytes per second. The drive's media type. +`replicate`=`` ('default =' `1`);; + +Whether the drive should considered for replication jobs. + `rerror`=`` ;; Read error action. @@ -597,7 +605,7 @@ Force disk geometry bios translation mode. Write error action. -`scsi[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`scsi[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,queues=] [,replicate=<1|0>] [,rerror=] [,scsiblock=<1|0>] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as SCSI hard disk or CD-ROM (n is 0 to 13). @@ -621,7 +629,7 @@ Maximum length of I/O bursts in seconds. Maximum read speed in bytes per second. -`bps_rd_length`=`` ;; +`bps_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. @@ -629,7 +637,7 @@ Maximum length of read I/O bursts in seconds. Maximum write speed in bytes per second. -`bps_wr_length`=`` ;; +`bps_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. @@ -677,26 +685,26 @@ Maximum length of I/O bursts in seconds. Maximum read I/O in operations per second. -`iops_rd_length`=`` ;; - -Maximum length of read I/O bursts in seconds. - `iops_rd_max`=`` ;; Maximum unthrottled read I/O pool in operations per second. -`iops_wr`=`` ;; +`iops_rd_max_length`=`` ;; -Maximum write I/O in operations per second. +Maximum length of read I/O bursts in seconds. -`iops_wr_length`=`` ;; +`iops_wr`=`` ;; -Maximum length of write I/O bursts in seconds. +Maximum write I/O in operations per second. `iops_wr_max`=`` ;; Maximum unthrottled write I/O pool in operations per second. +`iops_wr_max_length`=`` ;; + +Maximum length of write I/O bursts in seconds. + `iothread`=`` ;; Whether to use iothreads for this drive @@ -733,6 +741,14 @@ The drive's media type. Number of queues. +`replicate`=`` ('default =' `1`);; + +Whether the drive should considered for replication jobs. + +`rerror`=`` ;; + +Read error action. + `scsiblock`=`` ('default =' `0`);; whether to use scsi-block for full passthrough of host block device @@ -875,7 +891,7 @@ Number of hotplugged vcpus. Select the VGA type. If you want to use high resolution modes (>= 1280x1024x16) then you should use the options 'std' or 'vmware'. Default is 'std' for win8/win7/w2k8, and 'cirrus' for other OS types. The 'qxl' option enables the SPICE display sever. For win* OS you can select how many independent displays you want, Linux guests can add displays them self. You can also run without any graphic card, using a serial device as terminal. -`virtio[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_length=] [,bps_wr=] [,bps_wr_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_length=] [,iops_rd_max=] [,iops_wr=] [,iops_wr_length=] [,iops_wr_max=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: +`virtio[n]`: `[file=] [,aio=] [,backup=<1|0>] [,bps=] [,bps_max_length=] [,bps_rd=] [,bps_rd_max_length=] [,bps_wr=] [,bps_wr_max_length=] [,cache=] [,cyls=] [,detect_zeroes=<1|0>] [,discard=] [,format=] [,heads=] [,iops=] [,iops_max=] [,iops_max_length=] [,iops_rd=] [,iops_rd_max=] [,iops_rd_max_length=] [,iops_wr=] [,iops_wr_max=] [,iops_wr_max_length=] [,iothread=<1|0>] [,mbps=] [,mbps_max=] [,mbps_rd=] [,mbps_rd_max=] [,mbps_wr=] [,mbps_wr_max=] [,media=] [,replicate=<1|0>] [,rerror=] [,secs=] [,serial=] [,size=] [,snapshot=<1|0>] [,trans=] [,werror=]` :: Use volume as VIRTIO hard disk (n is 0 to 15). @@ -899,7 +915,7 @@ Maximum length of I/O bursts in seconds. Maximum read speed in bytes per second. -`bps_rd_length`=`` ;; +`bps_rd_max_length`=`` ;; Maximum length of read I/O bursts in seconds. @@ -907,7 +923,7 @@ Maximum length of read I/O bursts in seconds. Maximum write speed in bytes per second. -`bps_wr_length`=`` ;; +`bps_wr_max_length`=`` ;; Maximum length of write I/O bursts in seconds. @@ -955,26 +971,26 @@ Maximum length of I/O bursts in seconds. Maximum read I/O in operations per second. -`iops_rd_length`=`` ;; - -Maximum length of read I/O bursts in seconds. - `iops_rd_max`=`` ;; Maximum unthrottled read I/O pool in operations per second. -`iops_wr`=`` ;; +`iops_rd_max_length`=`` ;; -Maximum write I/O in operations per second. +Maximum length of read I/O bursts in seconds. -`iops_wr_length`=`` ;; +`iops_wr`=`` ;; -Maximum length of write I/O bursts in seconds. +Maximum write I/O in operations per second. `iops_wr_max`=`` ;; Maximum unthrottled write I/O pool in operations per second. +`iops_wr_max_length`=`` ;; + +Maximum length of write I/O bursts in seconds. + `iothread`=`` ;; Whether to use iothreads for this drive @@ -1007,6 +1023,10 @@ Maximum unthrottled write pool in megabytes per second. The drive's media type. +`replicate`=`` ('default =' `1`);; + +Whether the drive should considered for replication jobs. + `rerror`=`` ;; Read error action.