run make update

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-06-25 12:45:44 +02:00
parent a3e7e4e350
commit 1e3f815645
8 changed files with 551 additions and 274 deletions

View File

@ -326,6 +326,29 @@ var pveapi = [
"type" : "boolean", "type" : "boolean",
"typetext" : "<boolean>" "typetext" : "<boolean>"
}, },
"link[n]" : {
"description" : "Address and priority information of a single corosync link.",
"format" : {
"address" : {
"default_key" : 1,
"description" : "Hostname (or IP) of this corosync link address.",
"format" : "address",
"format_description" : "IP",
"type" : "string"
},
"priority" : {
"default" : 0,
"description" : "The priority for the link when knet is used in 'passive' mode. Lower value means higher priority.",
"maximum" : 255,
"minimum" : 0,
"optional" : 1,
"type" : "integer"
}
},
"optional" : 1,
"type" : "string",
"typetext" : "[address=]<IP> [,priority=<integer>]"
},
"node" : { "node" : {
"description" : "The cluster node name.", "description" : "The cluster node name.",
"format" : "pve-node", "format" : "pve-node",
@ -339,21 +362,6 @@ var pveapi = [
"type" : "integer", "type" : "integer",
"typetext" : "<integer> (1 - N)" "typetext" : "<integer> (1 - N)"
}, },
"ring0_addr" : {
"default" : "Hostname of the node",
"description" : "Hostname (or IP) of the corosync ring0 address of this node.",
"format" : "address",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"ring1_addr" : {
"description" : "Hostname (or IP) of the corosync ring1 address of this node. Requires a valid configured ring 1 (bindnet1_addr) in the cluster.",
"format" : "address",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"votes" : { "votes" : {
"description" : "Number of votes for this node", "description" : "Number of votes for this node",
"minimum" : 0, "minimum" : 0,
@ -485,9 +493,24 @@ var pveapi = [
"type" : "integer" "type" : "integer"
}, },
"ring0_addr" : { "ring0_addr" : {
"default" : "Hostname of the node", "description" : "Address and priority information of a single corosync link.",
"description" : "Hostname (or IP) of the corosync ring0 address of this node.", "format" : {
"address" : {
"default_key" : 1,
"description" : "Hostname (or IP) of this corosync link address.",
"format" : "address", "format" : "address",
"format_description" : "IP",
"type" : "string"
},
"priority" : {
"default" : 0,
"description" : "The priority for the link when knet is used in 'passive' mode. Lower value means higher priority.",
"maximum" : 255,
"minimum" : 0,
"optional" : 1,
"type" : "integer"
}
},
"optional" : 1, "optional" : 1,
"type" : "string" "type" : "string"
} }
@ -531,6 +554,30 @@ var pveapi = [
"type" : "string", "type" : "string",
"typetext" : "<string>" "typetext" : "<string>"
}, },
"link[n]" : {
"default" : "IP resolved by node's hostname",
"description" : "Address and priority information of a single corosync link.",
"format" : {
"address" : {
"default_key" : 1,
"description" : "Hostname (or IP) of this corosync link address.",
"format" : "address",
"format_description" : "IP",
"type" : "string"
},
"priority" : {
"default" : 0,
"description" : "The priority for the link when knet is used in 'passive' mode. Lower value means higher priority.",
"maximum" : 255,
"minimum" : 0,
"optional" : 1,
"type" : "integer"
}
},
"optional" : 1,
"type" : "string",
"typetext" : "[address=]<IP> [,priority=<integer>]"
},
"nodeid" : { "nodeid" : {
"description" : "Node id for this node.", "description" : "Node id for this node.",
"minimum" : 1, "minimum" : 1,
@ -544,21 +591,6 @@ var pveapi = [
"type" : "string", "type" : "string",
"typetext" : "<string>" "typetext" : "<string>"
}, },
"ring0_addr" : {
"default" : "IP resolved by node's hostname",
"description" : "Hostname (or IP) of the corosync ring0 address of this node.",
"format" : "address",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"ring1_addr" : {
"description" : "Hostname (or IP) of the corosync ring1 address of this node. Requires a valid configured ring 1 (bindnet1_addr) in the cluster.",
"format" : "address",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"votes" : { "votes" : {
"description" : "Number of votes for this node", "description" : "Number of votes for this node",
"minimum" : 0, "minimum" : 0,
@ -644,20 +676,6 @@ var pveapi = [
"parameters" : { "parameters" : {
"additionalProperties" : 0, "additionalProperties" : 0,
"properties" : { "properties" : {
"bindnet0_addr" : {
"description" : "This specifies the network address the corosync ring 0 executive should bind to and defaults to the local IP address of the node.",
"format" : "ip",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"bindnet1_addr" : {
"description" : "This specifies the network address the corosync ring 1 executive should bind to and is optional.",
"format" : "ip",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"clustername" : { "clustername" : {
"description" : "The name of the cluster.", "description" : "The name of the cluster.",
"format" : "pve-node", "format" : "pve-node",
@ -665,6 +683,29 @@ var pveapi = [
"type" : "string", "type" : "string",
"typetext" : "<string>" "typetext" : "<string>"
}, },
"link[n]" : {
"description" : "Address and priority information of a single corosync link.",
"format" : {
"address" : {
"default_key" : 1,
"description" : "Hostname (or IP) of this corosync link address.",
"format" : "address",
"format_description" : "IP",
"type" : "string"
},
"priority" : {
"default" : 0,
"description" : "The priority for the link when knet is used in 'passive' mode. Lower value means higher priority.",
"maximum" : 255,
"minimum" : 0,
"optional" : 1,
"type" : "integer"
}
},
"optional" : 1,
"type" : "string",
"typetext" : "[address=]<IP> [,priority=<integer>]"
},
"nodeid" : { "nodeid" : {
"description" : "Node id for this node.", "description" : "Node id for this node.",
"minimum" : 1, "minimum" : 1,
@ -672,21 +713,6 @@ var pveapi = [
"type" : "integer", "type" : "integer",
"typetext" : "<integer> (1 - N)" "typetext" : "<integer> (1 - N)"
}, },
"ring0_addr" : {
"default" : "Hostname of the node",
"description" : "Hostname (or IP) of the corosync ring0 address of this node.",
"format" : "address",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"ring1_addr" : {
"description" : "Hostname (or IP) of the corosync ring1 address of this node. Requires a valid configured ring 1 (bindnet1_addr) in the cluster.",
"format" : "address",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"votes" : { "votes" : {
"description" : "Number of votes for this node.", "description" : "Number of votes for this node.",
"minimum" : 1, "minimum" : 1,
@ -3000,7 +3026,7 @@ var pveapi = [
}, },
"stop" : { "stop" : {
"default" : 0, "default" : 0,
"description" : "Stop runnig backup jobs on this host.", "description" : "Stop running backup jobs on this host.",
"optional" : 1, "optional" : 1,
"type" : "boolean", "type" : "boolean",
"typetext" : "<boolean>" "typetext" : "<boolean>"
@ -3269,7 +3295,7 @@ var pveapi = [
}, },
"stop" : { "stop" : {
"default" : 0, "default" : 0,
"description" : "Stop runnig backup jobs on this host.", "description" : "Stop running backup jobs on this host.",
"optional" : 1, "optional" : 1,
"type" : "boolean", "type" : "boolean",
"typetext" : "<boolean>" "typetext" : "<boolean>"
@ -4875,7 +4901,7 @@ var pveapi = [
{ {
"info" : { "info" : {
"GET" : { "GET" : {
"description" : "Get cluster status informations.", "description" : "Get cluster status information.",
"method" : "GET", "method" : "GET",
"name" : "get_status", "name" : "get_status",
"parameters" : { "parameters" : {
@ -4939,6 +4965,101 @@ var pveapi = [
"leaf" : 1, "leaf" : 1,
"path" : "/cluster/nextid", "path" : "/cluster/nextid",
"text" : "nextid" "text" : "nextid"
},
{
"children" : [
{
"info" : {
"GET" : {
"description" : "Get ceph metadata.",
"method" : "GET",
"name" : "ceph_metadata",
"parameters" : {
"additionalProperties" : 0
},
"permissions" : {
"check" : [
"perm",
"/",
[
"Sys.Audit",
"Datastore.Audit"
],
"any",
1
]
},
"protected" : 1,
"returns" : {
"type" : "object"
}
}
},
"leaf" : 1,
"path" : "/cluster/ceph/metadata",
"text" : "metadata"
},
{
"info" : {
"GET" : {
"description" : "Get ceph status.",
"method" : "GET",
"name" : "cephstatus",
"parameters" : {
"additionalProperties" : 0
},
"permissions" : {
"check" : [
"perm",
"/",
[
"Sys.Audit",
"Datastore.Audit"
],
"any",
1
]
},
"protected" : 1,
"returns" : {
"type" : "object"
}
}
},
"leaf" : 1,
"path" : "/cluster/ceph/status",
"text" : "status"
}
],
"info" : {
"GET" : {
"description" : "Cluster ceph index.",
"method" : "GET",
"name" : "cephindex",
"parameters" : {
"additionalProperties" : 0
},
"permissions" : {
"user" : "all"
},
"returns" : {
"items" : {
"properties" : {},
"type" : "object"
},
"links" : [
{
"href" : "{name}",
"rel" : "child"
}
],
"type" : "array"
}
}
},
"leaf" : 0,
"path" : "/cluster/ceph",
"text" : "ceph"
} }
], ],
"info" : { "info" : {
@ -8456,10 +8577,10 @@ var pveapi = [
"type" : "string" "type" : "string"
}, },
"flags" : { "flags" : {
"description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb'.", "description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb', 'md-clear'.",
"format_description" : "+FLAG[;-FLAG...]", "format_description" : "+FLAG[;-FLAG...]",
"optional" : 1, "optional" : 1,
"pattern" : "(?^:(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb))(;(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb)))*)", "pattern" : "(?^:(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb|md-clear))(;(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb|md-clear)))*)",
"type" : "string" "type" : "string"
}, },
"hidden" : { "hidden" : {
@ -9930,7 +10051,7 @@ var pveapi = [
"smbios1" : { "smbios1" : {
"description" : "Specify SMBIOS type 1 fields.", "description" : "Specify SMBIOS type 1 fields.",
"format" : "pve-qm-smbios1", "format" : "pve-qm-smbios1",
"maxLength" : 256, "maxLength" : 512,
"optional" : 1, "optional" : 1,
"type" : "string" "type" : "string"
}, },
@ -10587,10 +10708,10 @@ var pveapi = [
"type" : "string" "type" : "string"
}, },
"flags" : { "flags" : {
"description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb'.", "description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb', 'md-clear'.",
"format_description" : "+FLAG[;-FLAG...]", "format_description" : "+FLAG[;-FLAG...]",
"optional" : 1, "optional" : 1,
"pattern" : "(?^:(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb))(;(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb)))*)", "pattern" : "(?^:(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb|md-clear))(;(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb|md-clear)))*)",
"type" : "string" "type" : "string"
}, },
"hidden" : { "hidden" : {
@ -12126,10 +12247,10 @@ var pveapi = [
"smbios1" : { "smbios1" : {
"description" : "Specify SMBIOS type 1 fields.", "description" : "Specify SMBIOS type 1 fields.",
"format" : "pve-qm-smbios1", "format" : "pve-qm-smbios1",
"maxLength" : 256, "maxLength" : 512,
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"typetext" : "[family=<string>] [,manufacturer=<string>] [,product=<string>] [,serial=<string>] [,sku=<string>] [,uuid=<UUID>] [,version=<string>]" "typetext" : "[base64=<1|0>] [,family=<Base64 encoded string>] [,manufacturer=<Base64 encoded string>] [,product=<Base64 encoded string>] [,serial=<Base64 encoded string>] [,sku=<Base64 encoded string>] [,uuid=<UUID>] [,version=<Base64 encoded string>]"
}, },
"smp" : { "smp" : {
"default" : 1, "default" : 1,
@ -12818,10 +12939,10 @@ var pveapi = [
"type" : "string" "type" : "string"
}, },
"flags" : { "flags" : {
"description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb'.", "description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb', 'md-clear'.",
"format_description" : "+FLAG[;-FLAG...]", "format_description" : "+FLAG[;-FLAG...]",
"optional" : 1, "optional" : 1,
"pattern" : "(?^:(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb))(;(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb)))*)", "pattern" : "(?^:(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb|md-clear))(;(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb|md-clear)))*)",
"type" : "string" "type" : "string"
}, },
"hidden" : { "hidden" : {
@ -14357,10 +14478,10 @@ var pveapi = [
"smbios1" : { "smbios1" : {
"description" : "Specify SMBIOS type 1 fields.", "description" : "Specify SMBIOS type 1 fields.",
"format" : "pve-qm-smbios1", "format" : "pve-qm-smbios1",
"maxLength" : 256, "maxLength" : 512,
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"typetext" : "[family=<string>] [,manufacturer=<string>] [,product=<string>] [,serial=<string>] [,sku=<string>] [,uuid=<UUID>] [,version=<string>]" "typetext" : "[base64=<1|0>] [,family=<Base64 encoded string>] [,manufacturer=<Base64 encoded string>] [,product=<Base64 encoded string>] [,serial=<Base64 encoded string>] [,sku=<Base64 encoded string>] [,uuid=<UUID>] [,version=<Base64 encoded string>]"
}, },
"smp" : { "smp" : {
"default" : 1, "default" : 1,
@ -16241,6 +16362,68 @@ var pveapi = [
}, },
{ {
"info" : { "info" : {
"GET" : {
"description" : "Get preconditions for migration.",
"method" : "GET",
"name" : "migrate_vm_precondition",
"parameters" : {
"additionalProperties" : 0,
"properties" : {
"node" : {
"description" : "The cluster node name.",
"format" : "pve-node",
"type" : "string",
"typetext" : "<string>"
},
"target" : {
"description" : "Target node.",
"format" : "pve-node",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"vmid" : {
"description" : "The (unique) ID of the VM.",
"format" : "pve-vmid",
"minimum" : 1,
"type" : "integer",
"typetext" : "<integer> (1 - N)"
}
}
},
"permissions" : {
"check" : [
"perm",
"/vms/{vmid}",
[
"VM.Migrate"
]
]
},
"protected" : 1,
"proxyto" : "node",
"returns" : {
"properties" : {
"allowed_nodes" : {
"description" : "List nodes allowed for offline migration with same local storage as source node, only passed if VM is offline",
"optional" : 1,
"type" : "array"
},
"local_disks" : {
"description" : "List local disks including CD-Rom, unsused and not referenced disks",
"type" : "array"
},
"local_resources" : {
"description" : "List local resources e.g. pci, usb",
"type" : "array"
},
"running" : {
"type" : "boolean"
}
},
"type" : "object"
}
},
"POST" : { "POST" : {
"description" : "Migrate virtual machine. Creates a new migration task.", "description" : "Migrate virtual machine. Creates a new migration task.",
"method" : "POST", "method" : "POST",
@ -16992,6 +17175,65 @@ var pveapi = [
"leaf" : 1, "leaf" : 1,
"path" : "/nodes/{node}/qemu/{vmid}/template", "path" : "/nodes/{node}/qemu/{vmid}/template",
"text" : "template" "text" : "template"
},
{
"children" : [
{
"info" : {
"GET" : {
"description" : "Get automatically generated cloudinit config.",
"method" : "GET",
"name" : "cloudinit_generated_config_dump",
"parameters" : {
"additionalProperties" : 0,
"properties" : {
"node" : {
"description" : "The cluster node name.",
"format" : "pve-node",
"type" : "string",
"typetext" : "<string>"
},
"type" : {
"description" : "Config type.",
"enum" : [
"user",
"network",
"meta"
],
"type" : "string"
},
"vmid" : {
"description" : "The (unique) ID of the VM.",
"format" : "pve-vmid",
"minimum" : 1,
"type" : "integer",
"typetext" : "<integer> (1 - N)"
}
}
},
"permissions" : {
"check" : [
"perm",
"/vms/{vmid}",
[
"VM.Audit"
]
]
},
"proxyto" : "node",
"returns" : {
"type" : "string"
}
}
},
"leaf" : 1,
"path" : "/nodes/{node}/qemu/{vmid}/cloudinit/dump",
"text" : "dump"
}
],
"leaf" : 0,
"path" : "/nodes/{node}/qemu/{vmid}/cloudinit",
"text" : "cloudinit"
} }
], ],
"info" : { "info" : {
@ -17389,10 +17631,10 @@ var pveapi = [
"type" : "string" "type" : "string"
}, },
"flags" : { "flags" : {
"description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb'.", "description" : "List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb', 'md-clear'.",
"format_description" : "+FLAG[;-FLAG...]", "format_description" : "+FLAG[;-FLAG...]",
"optional" : 1, "optional" : 1,
"pattern" : "(?^:(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb))(;(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb)))*)", "pattern" : "(?^:(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb|md-clear))(;(?^:[+-](pcid|spec-ctrl|ibpb|ssbd|virt-ssbd|amd-ssbd|amd-no-ssb|pdpe1gb|md-clear)))*)",
"type" : "string" "type" : "string"
}, },
"hidden" : { "hidden" : {
@ -18908,10 +19150,10 @@ var pveapi = [
"smbios1" : { "smbios1" : {
"description" : "Specify SMBIOS type 1 fields.", "description" : "Specify SMBIOS type 1 fields.",
"format" : "pve-qm-smbios1", "format" : "pve-qm-smbios1",
"maxLength" : 256, "maxLength" : 512,
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"typetext" : "[family=<string>] [,manufacturer=<string>] [,product=<string>] [,serial=<string>] [,sku=<string>] [,uuid=<UUID>] [,version=<string>]" "typetext" : "[base64=<1|0>] [,family=<Base64 encoded string>] [,manufacturer=<Base64 encoded string>] [,product=<Base64 encoded string>] [,serial=<Base64 encoded string>] [,sku=<Base64 encoded string>] [,uuid=<UUID>] [,version=<Base64 encoded string>]"
}, },
"smp" : { "smp" : {
"default" : 1, "default" : 1,
@ -25269,33 +25511,33 @@ var pveapi = [
"parameters" : { "parameters" : {
"additionalProperties" : 0, "additionalProperties" : 0,
"properties" : { "properties" : {
"bluestore" : { "db_dev" : {
"default" : 1, "description" : "Block device name for block.db.",
"description" : "Use bluestore instead of filestore. This is the default.",
"optional" : 1, "optional" : 1,
"type" : "boolean", "type" : "string",
"typetext" : "<boolean>" "typetext" : "<string>"
},
"db_size" : {
"default" : "bluestore_block_db_size or 10% of OSD size",
"description" : "Size in GiB for block.db.",
"minimum" : 1,
"optional" : 1,
"requires" : "db_dev",
"type" : "number",
"typetext" : "<number> (1 - N)",
"verbose_description" : "If a block.db is requested but the size is not given, will be automatically selected by: bluestore_block_db_size from the ceph database (osd or global section) or config (osd or global section)in that order. If this is not available, it will be sized 10% of the size of the OSD device. Fails if the available size is not enough."
}, },
"dev" : { "dev" : {
"description" : "Block device name.", "description" : "Block device name.",
"type" : "string", "type" : "string",
"typetext" : "<string>" "typetext" : "<string>"
}, },
"fstype" : { "encrypted" : {
"default" : "xfs", "default" : 0,
"description" : "File system type (filestore only).", "description" : "Enables encryption of the OSD.",
"enum" : [
"xfs",
"ext4"
],
"optional" : 1, "optional" : 1,
"type" : "string" "type" : "boolean",
}, "typetext" : "<boolean>"
"journal_dev" : {
"description" : "Block device name for journal (filestore) or block.db (bluestore).",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
}, },
"node" : { "node" : {
"description" : "The cluster node name.", "description" : "The cluster node name.",
@ -25304,10 +25546,20 @@ var pveapi = [
"typetext" : "<string>" "typetext" : "<string>"
}, },
"wal_dev" : { "wal_dev" : {
"description" : "Block device name for block.wal (bluestore only).", "description" : "Block device name for block.wal.",
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"typetext" : "<string>" "typetext" : "<string>"
},
"wal_size" : {
"default" : "bluestore_block_wal_size or 1% of OSD size",
"description" : "Size in GiB for block.wal.",
"minimum" : 0.5,
"optional" : 1,
"requires" : "wal_dev",
"type" : "number",
"typetext" : "<number> (0.5 - N)",
"verbose_description" : "If a block.wal is requested but the size is not given, will be automatically selected by: bluestore_block_wal_size from the ceph database (osd or global section) or config (osd or global section)in that order. If this is not available, it will be sized 1% of the size of the OSD device. Fails if the available size is not enough."
} }
} }
}, },
@ -25523,14 +25775,7 @@ var pveapi = [
"returns" : { "returns" : {
"type" : "string" "type" : "string"
} }
}
}, },
"leaf" : 1,
"path" : "/nodes/{node}/ceph/mgr/{id}",
"text" : "{id}"
}
],
"info" : {
"POST" : { "POST" : {
"description" : "Create Ceph Manager", "description" : "Create Ceph Manager",
"method" : "POST", "method" : "POST",
@ -25568,6 +25813,72 @@ var pveapi = [
} }
} }
}, },
"leaf" : 1,
"path" : "/nodes/{node}/ceph/mgr/{id}",
"text" : "{id}"
}
],
"info" : {
"GET" : {
"description" : "MGR directory index.",
"method" : "GET",
"name" : "index",
"parameters" : {
"additionalProperties" : 0,
"properties" : {
"node" : {
"description" : "The cluster node name.",
"format" : "pve-node",
"type" : "string",
"typetext" : "<string>"
}
}
},
"permissions" : {
"check" : [
"perm",
"/",
[
"Sys.Audit",
"Datastore.Audit"
],
"any",
1
]
},
"protected" : 1,
"proxyto" : "node",
"returns" : {
"items" : {
"properties" : {
"addr" : {
"optional" : 1,
"type" : "string"
},
"host" : {
"optional" : 1,
"type" : "string"
},
"name" : {
"description" : "The name (ID) for the MGR"
},
"state" : {
"description" : "State of the MGR",
"type" : "string"
}
},
"type" : "object"
},
"links" : [
{
"href" : "{name}",
"rel" : "child"
}
],
"type" : "array"
}
}
},
"leaf" : 0, "leaf" : 0,
"path" : "/nodes/{node}/ceph/mgr", "path" : "/nodes/{node}/ceph/mgr",
"text" : "mgr" "text" : "mgr"
@ -25583,13 +25894,6 @@ var pveapi = [
"parameters" : { "parameters" : {
"additionalProperties" : 0, "additionalProperties" : 0,
"properties" : { "properties" : {
"exclude-manager" : {
"default" : 0,
"description" : "When set, removes only the monitor, not the manager",
"optional" : 1,
"type" : "boolean",
"typetext" : "<boolean>"
},
"monid" : { "monid" : {
"description" : "Monitor ID", "description" : "Monitor ID",
"pattern" : "[a-zA-Z0-9]([a-zA-Z0-9\\-]*[a-zA-Z0-9])?", "pattern" : "[a-zA-Z0-9]([a-zA-Z0-9\\-]*[a-zA-Z0-9])?",
@ -25617,6 +25921,49 @@ var pveapi = [
"returns" : { "returns" : {
"type" : "string" "type" : "string"
} }
},
"POST" : {
"description" : "Create Ceph Monitor and Manager",
"method" : "POST",
"name" : "createmon",
"parameters" : {
"additionalProperties" : 0,
"properties" : {
"mon-address" : {
"description" : "Overwrites autodetected monitor IP address. Must be in the public network of ceph.",
"format" : "ip",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"monid" : {
"description" : "The ID for the monitor, when omitted the same as the nodename",
"optional" : 1,
"pattern" : "[a-zA-Z0-9]([a-zA-Z0-9\\-]*[a-zA-Z0-9])?",
"type" : "string"
},
"node" : {
"description" : "The cluster node name.",
"format" : "pve-node",
"type" : "string",
"typetext" : "<string>"
}
}
},
"permissions" : {
"check" : [
"perm",
"/",
[
"Sys.Modify"
]
]
},
"protected" : 1,
"proxyto" : "node",
"returns" : {
"type" : "string"
}
} }
}, },
"leaf" : 1, "leaf" : 1,
@ -25658,6 +26005,11 @@ var pveapi = [
"items" : { "items" : {
"properties" : { "properties" : {
"addr" : { "addr" : {
"optional" : 1,
"type" : "string"
},
"host" : {
"optional" : 1,
"type" : "string" "type" : "string"
}, },
"name" : { "name" : {
@ -25674,56 +26026,6 @@ var pveapi = [
], ],
"type" : "array" "type" : "array"
} }
},
"POST" : {
"description" : "Create Ceph Monitor and Manager",
"method" : "POST",
"name" : "createmon",
"parameters" : {
"additionalProperties" : 0,
"properties" : {
"exclude-manager" : {
"default" : 0,
"description" : "When set, only a monitor will be created.",
"optional" : 1,
"type" : "boolean",
"typetext" : "<boolean>"
},
"id" : {
"description" : "The ID for the monitor, when omitted the same as the nodename",
"optional" : 1,
"pattern" : "[a-zA-Z0-9]([a-zA-Z0-9\\-]*[a-zA-Z0-9])?",
"type" : "string"
},
"mon-address" : {
"description" : "Overwrites autodetected monitor IP address. Must be in the public network of ceph.",
"format" : "ip",
"optional" : 1,
"type" : "string",
"typetext" : "<string>"
},
"node" : {
"description" : "The cluster node name.",
"format" : "pve-node",
"type" : "string",
"typetext" : "<string>"
}
}
},
"permissions" : {
"check" : [
"perm",
"/",
[
"Sys.Modify"
]
]
},
"protected" : 1,
"proxyto" : "node",
"returns" : {
"type" : "string"
}
} }
}, },
"leaf" : 0, "leaf" : 0,
@ -25996,7 +26298,7 @@ var pveapi = [
}, },
"disable_cephx" : { "disable_cephx" : {
"default" : 0, "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!", "description" : "Disable cephx authentication.\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, "optional" : 1,
"type" : "boolean", "type" : "boolean",
"typetext" : "<boolean>" "typetext" : "<boolean>"
@ -26985,7 +27287,7 @@ var pveapi = [
}, },
"stop" : { "stop" : {
"default" : 0, "default" : 0,
"description" : "Stop runnig backup jobs on this host.", "description" : "Stop running backup jobs on this host.",
"optional" : 1, "optional" : 1,
"type" : "boolean", "type" : "boolean",
"typetext" : "<boolean>" "typetext" : "<boolean>"
@ -27699,7 +28001,7 @@ var pveapi = [
"type" : "string" "type" : "string"
}, },
"bridge_ports" : { "bridge_ports" : {
"description" : "Specify the iterfaces you want to add to your bridge.", "description" : "Specify the interfaces you want to add to your bridge.",
"format" : "pve-iface-list", "format" : "pve-iface-list",
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
@ -27811,7 +28113,7 @@ var pveapi = [
"typetext" : "<string>" "typetext" : "<string>"
}, },
"ovs_ports" : { "ovs_ports" : {
"description" : "Specify the iterfaces you want to add to your bridge.", "description" : "Specify the interfaces you want to add to your bridge.",
"format" : "pve-iface-list", "format" : "pve-iface-list",
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
@ -28009,7 +28311,7 @@ var pveapi = [
"type" : "string" "type" : "string"
}, },
"bridge_ports" : { "bridge_ports" : {
"description" : "Specify the iterfaces you want to add to your bridge.", "description" : "Specify the interfaces you want to add to your bridge.",
"format" : "pve-iface-list", "format" : "pve-iface-list",
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
@ -28114,7 +28416,7 @@ var pveapi = [
"typetext" : "<string>" "typetext" : "<string>"
}, },
"ovs_ports" : { "ovs_ports" : {
"description" : "Specify the iterfaces you want to add to your bridge.", "description" : "Specify the interfaces you want to add to your bridge.",
"format" : "pve-iface-list", "format" : "pve-iface-list",
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
@ -29825,7 +30127,7 @@ var pveapi = [
"typetext" : "<string>" "typetext" : "<string>"
}, },
"tmpfilename" : { "tmpfilename" : {
"description" : "The source file name. This parameter is usually set by the REST handler. You can only overwrite it when connecting to the trustet port on localhost.", "description" : "The source file name. This parameter is usually set by the REST handler. You can only overwrite it when connecting to the trusted port on localhost.",
"optional" : 1, "optional" : 1,
"type" : "string", "type" : "string",
"typetext" : "<string>" "typetext" : "<string>"
@ -32847,12 +33149,15 @@ var pveapi = [
"returns" : { "returns" : {
"properties" : { "properties" : {
"release" : { "release" : {
"description" : "The current installed Proxmox VE Release",
"type" : "string" "type" : "string"
}, },
"repoid" : { "repoid" : {
"description" : "The short git commit hash ID from which this version was build",
"type" : "string" "type" : "string"
}, },
"version" : { "version" : {
"description" : "The current installed pve-manager package version",
"type" : "string" "type" : "string"
} }
}, },
@ -33353,8 +33658,8 @@ var pveapi = [
"description" : "Run specific command or default to login.", "description" : "Run specific command or default to login.",
"enum" : [ "enum" : [
"ceph_install", "ceph_install",
"login", "upgrade",
"upgrade" "login"
], ],
"optional" : 1, "optional" : 1,
"type" : "string" "type" : "string"
@ -33447,8 +33752,8 @@ var pveapi = [
"description" : "Run specific command or default to login.", "description" : "Run specific command or default to login.",
"enum" : [ "enum" : [
"ceph_install", "ceph_install",
"login", "upgrade",
"upgrade" "login"
], ],
"optional" : 1, "optional" : 1,
"type" : "string" "type" : "string"
@ -33570,8 +33875,8 @@ var pveapi = [
"description" : "Run specific command or default to login.", "description" : "Run specific command or default to login.",
"enum" : [ "enum" : [
"ceph_install", "ceph_install",
"login", "upgrade",
"upgrade" "login"
], ],
"optional" : 1, "optional" : 1,
"type" : "string" "type" : "string"
@ -33891,7 +34196,7 @@ var pveapi = [
"typetext" : "<string>" "typetext" : "<string>"
}, },
"template" : { "template" : {
"description" : "The template wich will downloaded", "description" : "The template which will downloaded",
"maxLength" : 255, "maxLength" : 255,
"type" : "string", "type" : "string",
"typetext" : "<string>" "typetext" : "<string>"
@ -34702,7 +35007,6 @@ var pveapi = [
"cifs", "cifs",
"dir", "dir",
"drbd", "drbd",
"fake",
"glusterfs", "glusterfs",
"iscsi", "iscsi",
"iscsidirect", "iscsidirect",
@ -34710,7 +35014,6 @@ var pveapi = [
"lvmthin", "lvmthin",
"nfs", "nfs",
"rbd", "rbd",
"sheepdog",
"zfs", "zfs",
"zfspool" "zfspool"
], ],
@ -35068,7 +35371,6 @@ var pveapi = [
"cifs", "cifs",
"dir", "dir",
"drbd", "drbd",
"fake",
"glusterfs", "glusterfs",
"iscsi", "iscsi",
"iscsidirect", "iscsidirect",
@ -35076,7 +35378,6 @@ var pveapi = [
"lvmthin", "lvmthin",
"nfs", "nfs",
"rbd", "rbd",
"sheepdog",
"zfs", "zfs",
"zfspool" "zfspool"
], ],

View File

@ -18,7 +18,7 @@ The storage where the template will be stored
`<template>`: `<string>` :: `<template>`: `<string>` ::
The template wich will downloaded The template which will downloaded
*pveam help* `[OPTIONS]` *pveam help* `[OPTIONS]`

View File

@ -72,7 +72,7 @@ NOTE: Requires option(s): `network`
`--disable_cephx` `<boolean>` ('default =' `0`):: `--disable_cephx` `<boolean>` ('default =' `0`)::
Disable cephx authentification. Disable cephx authentication.
+ +
WARNING: cephx is a security feature protecting against man-in-the-middle attacks. Only consider disabling cephx if your network is private! WARNING: cephx is a security feature protecting against man-in-the-middle attacks. Only consider disabling cephx if your network is private!
@ -98,9 +98,9 @@ Targeted number of replicas per object
Install ceph related packages. Install ceph related packages.
`--version` `<luminous>` :: `--version` `<luminous | nautilus>` ('default =' `nautilus`)::
no description available Ceph version to install.
*pveceph lspools* *pveceph lspools*
@ -146,19 +146,15 @@ The ID of the manager
Create Ceph Monitor and Manager Create Ceph Monitor and Manager
`--exclude-manager` `<boolean>` ('default =' `0`)::
When set, only a monitor will be created.
`--id` `[a-zA-Z0-9]([a-zA-Z0-9\-]*[a-zA-Z0-9])?` ::
The ID for the monitor, when omitted the same as the nodename
`--mon-address` `<string>` :: `--mon-address` `<string>` ::
Overwrites autodetected monitor IP address. Must be in the public network of ceph. Overwrites autodetected monitor IP address. Must be in the public network of ceph.
*pveceph mon destroy* `<monid>` `[OPTIONS]` `--monid` `[a-zA-Z0-9]([a-zA-Z0-9\-]*[a-zA-Z0-9])?` ::
The ID for the monitor, when omitted the same as the nodename
*pveceph mon destroy* `<monid>`
Destroy Ceph Monitor and Manager. Destroy Ceph Monitor and Manager.
@ -166,10 +162,6 @@ Destroy Ceph Monitor and Manager.
Monitor ID Monitor ID
`--exclude-manager` `<boolean>` ('default =' `0`)::
When set, removes only the monitor, not the manager
*pveceph osd create* `<dev>` `[OPTIONS]` *pveceph osd create* `<dev>` `[OPTIONS]`
Create OSD Create OSD
@ -178,21 +170,29 @@ Create OSD
Block device name. Block device name.
`--bluestore` `<boolean>` ('default =' `1`):: `--db_dev` `<string>` ::
Use bluestore instead of filestore. This is the default. Block device name for block.db.
`--fstype` `<ext4 | xfs>` ('default =' `xfs`):: `--db_size` `<number> (1 - N)` ('default =' `bluestore_block_db_size or 10% of OSD size`)::
File system type (filestore only). Size in GiB for block.db.
+
NOTE: Requires option(s): `db_dev`
`--journal_dev` `<string>` :: `--encrypted` `<boolean>` ('default =' `0`)::
Block device name for journal (filestore) or block.db (bluestore). Enables encryption of the OSD.
`--wal_dev` `<string>` :: `--wal_dev` `<string>` ::
Block device name for block.wal (bluestore only). Block device name for block.wal.
`--wal_size` `<number> (0.5 - N)` ('default =' `bluestore_block_wal_size or 1% of OSD size`)::
Size in GiB for block.wal.
+
NOTE: Requires option(s): `wal_dev`
*pveceph osd destroy* `<osdid>` `[OPTIONS]` *pveceph osd destroy* `<osdid>` `[OPTIONS]`

View File

@ -16,18 +16,14 @@ Certificate SHA 256 fingerprint.
Do not throw error if node already exists. Do not throw error if node already exists.
`--link[n]` `[address=]<IP> [,priority=<integer>]` ::
Address and priority information of a single corosync link.
`--nodeid` `<integer> (1 - N)` :: `--nodeid` `<integer> (1 - N)` ::
Node id for this node. Node id for this node.
`--ring0_addr` `<string>` ('default =' `Hostname of the node`)::
Hostname (or IP) of the corosync ring0 address of this node.
`--ring1_addr` `<string>` ::
Hostname (or IP) of the corosync ring1 address of this node. Requires a valid configured ring 1 (bindnet1_addr) in the cluster.
`--use_ssh` `<boolean>` :: `--use_ssh` `<boolean>` ::
Always use SSH to join, even if peer may do it over API. Always use SSH to join, even if peer may do it over API.
@ -48,18 +44,14 @@ The cluster node name.
Do not throw error if node already exists. Do not throw error if node already exists.
`--link[n]` `[address=]<IP> [,priority=<integer>]` ::
Address and priority information of a single corosync link.
`--nodeid` `<integer> (1 - N)` :: `--nodeid` `<integer> (1 - N)` ::
Node id for this node. Node id for this node.
`--ring0_addr` `<string>` ('default =' `Hostname of the node`)::
Hostname (or IP) of the corosync ring0 address of this node.
`--ring1_addr` `<string>` ::
Hostname (or IP) of the corosync ring1 address of this node. Requires a valid configured ring 1 (bindnet1_addr) in the cluster.
`--votes` `<integer> (0 - N)` :: `--votes` `<integer> (0 - N)` ::
Number of votes for this node Number of votes for this node
@ -72,26 +64,14 @@ Generate new cluster configuration.
The name of the cluster. The name of the cluster.
`--bindnet0_addr` `<string>` :: `--link[n]` `[address=]<IP> [,priority=<integer>]` ::
This specifies the network address the corosync ring 0 executive should bind to and defaults to the local IP address of the node. Address and priority information of a single corosync link.
`--bindnet1_addr` `<string>` ::
This specifies the network address the corosync ring 1 executive should bind to and is optional.
`--nodeid` `<integer> (1 - N)` :: `--nodeid` `<integer> (1 - N)` ::
Node id for this node. Node id for this node.
`--ring0_addr` `<string>` ('default =' `Hostname of the node`)::
Hostname (or IP) of the corosync ring0 address of this node.
`--ring1_addr` `<string>` ::
Hostname (or IP) of the corosync ring1 address of this node. Requires a valid configured ring 1 (bindnet1_addr) in the cluster.
`--votes` `<integer> (1 - N)` :: `--votes` `<integer> (1 - N)` ::
Number of votes for this node. Number of votes for this node.
@ -132,26 +112,6 @@ Generate new cryptographic key for corosync.
Output file name Output file name
*pvecm mtunnel* `[<extra-args>]` `[OPTIONS]`
Used by VM/CT migration - do not use manually.
`<extra-args>`: `<array>` ::
Extra arguments as array
`--get_migration_ip` `<boolean>` ('default =' `0`)::
return the migration IP, if configured
`--migration_network` `<string>` ::
the migration network used to detect the local migration IP
`--run-command` `<boolean>` ::
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* *pvecm nodes*
Displays the local view of the cluster nodes. Displays the local view of the cluster nodes.

View File

@ -4,7 +4,7 @@
Create a new storage. Create a new storage.
`<type>`: `<cephfs | cifs | dir | drbd | fake | glusterfs | iscsi | iscsidirect | lvm | lvmthin | nfs | rbd | sheepdog | zfs | zfspool>` :: `<type>`: `<cephfs | cifs | dir | drbd | glusterfs | iscsi | iscsidirect | lvm | lvmthin | nfs | rbd | zfs | zfspool>` ::
Storage type. Storage type.

View File

@ -69,6 +69,18 @@ Target storage for full clone.
Target node. Only allowed if the original VM is on shared storage. Target node. Only allowed if the original VM is on shared storage.
*qm cloudinit dump* `<vmid> <type>`
Get automatically generated cloudinit config.
`<vmid>`: `<integer> (1 - N)` ::
The (unique) ID of the VM.
`<type>`: `<meta | network | user>` ::
Config type.
*qm config* `<vmid>` `[OPTIONS]` *qm config* `<vmid>` `[OPTIONS]`
Get current virtual machine configuration. This does not include pending Get current virtual machine configuration. This does not include pending
@ -327,7 +339,7 @@ Create a serial device inside the VM (n is 0 to 3)
Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning. Auto-ballooning is done by pvestatd. Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning. Auto-ballooning is done by pvestatd.
`--smbios1` `[family=<string>] [,manufacturer=<string>] [,product=<string>] [,serial=<string>] [,sku=<string>] [,uuid=<UUID>] [,version=<string>]` :: `--smbios1` `[base64=<1|0>] [,family=<Base64 encoded string>] [,manufacturer=<Base64 encoded string>] [,product=<Base64 encoded string>] [,serial=<Base64 encoded string>] [,sku=<Base64 encoded string>] [,uuid=<UUID>] [,version=<Base64 encoded string>]` ::
Specify SMBIOS type 1 fields. Specify SMBIOS type 1 fields.
@ -1009,7 +1021,7 @@ Amount of memory shares for auto-ballooning. The larger the number is, the more
Ignore locks - only root is allowed to use this option. Ignore locks - only root is allowed to use this option.
`--smbios1` `[family=<string>] [,manufacturer=<string>] [,product=<string>] [,serial=<string>] [,sku=<string>] [,uuid=<UUID>] [,version=<string>]` :: `--smbios1` `[base64=<1|0>] [,family=<Base64 encoded string>] [,manufacturer=<Base64 encoded string>] [,product=<Base64 encoded string>] [,serial=<Base64 encoded string>] [,sku=<Base64 encoded string>] [,uuid=<UUID>] [,version=<Base64 encoded string>]` ::
Specify SMBIOS type 1 fields. Specify SMBIOS type 1 fields.

View File

@ -92,7 +92,7 @@ Emulated CPU type.
`flags`=`<+FLAG[;-FLAG...]>` ;; `flags`=`<+FLAG[;-FLAG...]>` ;;
List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb'. List of additional CPU flags separated by ';'. Use '+FLAG' to enable, '-FLAG' to disable a flag. Currently supported flags: 'pcid', 'spec-ctrl', 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb', 'md-clear'.
`hidden`=`<boolean>` ('default =' `0`);; `hidden`=`<boolean>` ('default =' `0`);;
@ -947,27 +947,31 @@ CAUTION: Experimental! User reported problems with this option.
Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning. Auto-ballooning is done by pvestatd. Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning. Auto-ballooning is done by pvestatd.
`smbios1`: `[family=<string>] [,manufacturer=<string>] [,product=<string>] [,serial=<string>] [,sku=<string>] [,uuid=<UUID>] [,version=<string>]` :: `smbios1`: `[base64=<1|0>] [,family=<Base64 encoded string>] [,manufacturer=<Base64 encoded string>] [,product=<Base64 encoded string>] [,serial=<Base64 encoded string>] [,sku=<Base64 encoded string>] [,uuid=<UUID>] [,version=<Base64 encoded string>]` ::
Specify SMBIOS type 1 fields. Specify SMBIOS type 1 fields.
`family`=`<string>` ;; `base64`=`<boolean>` ;;
Flag to indicate that the SMBIOS values are base64 encoded
`family`=`<Base64 encoded string>` ;;
Set SMBIOS1 family string. Set SMBIOS1 family string.
`manufacturer`=`<string>` ;; `manufacturer`=`<Base64 encoded string>` ;;
Set SMBIOS1 manufacturer. Set SMBIOS1 manufacturer.
`product`=`<string>` ;; `product`=`<Base64 encoded string>` ;;
Set SMBIOS1 product ID. Set SMBIOS1 product ID.
`serial`=`<string>` ;; `serial`=`<Base64 encoded string>` ;;
Set SMBIOS1 serial number. Set SMBIOS1 serial number.
`sku`=`<string>` ;; `sku`=`<Base64 encoded string>` ;;
Set SMBIOS1 SKU string. Set SMBIOS1 SKU string.
@ -975,7 +979,7 @@ Set SMBIOS1 SKU string.
Set SMBIOS1 UUID. Set SMBIOS1 UUID.
`version`=`<string>` ;; `version`=`<Base64 encoded string>` ;;
Set SMBIOS1 version. Set SMBIOS1 version.

View File

@ -90,7 +90,7 @@ Write tar to stdout, not to a file.
`--stop` `<boolean>` ('default =' `0`):: `--stop` `<boolean>` ('default =' `0`)::
Stop runnig backup jobs on this host. Stop running backup jobs on this host.
`--stopwait` `<integer> (0 - N)` ('default =' `10`):: `--stopwait` `<integer> (0 - N)` ('default =' `10`)::