--- /tmp/ganeti-3.0.1-26ib7onzu/debian/ganeti-doc_3.0.1-2_all.deb +++ ganeti-doc_3.0.1-2_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2021-03-02 13:13:17.000000 debian-binary │ -rw-r--r-- 0 0 0 6980 2021-03-02 13:13:17.000000 control.tar.xz │ --rw-r--r-- 0 0 0 1001040 2021-03-02 13:13:17.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 1001032 2021-03-02 13:13:17.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/ganeti/html/rapi.html │ │ │ @@ -977,15 +977,15 @@ │ │ │
│ │ │

Extend UID pool, must be list of lists describing UID ranges (two items, start and end inclusive)

│ │ │
│ │ │

beparams (defaults to None, must be None or (Dictionary with keys of Anything and values of Anything))

│ │ │
│ │ │

Cluster-wide backend parameter defaults

│ │ │
│ │ │ -

blacklisted_os (defaults to None, must be None or (List of (Tuple of (OneOf add, attach, remove, detach, NonEmptyString))))

│ │ │ +

blacklisted_os (defaults to None, must be None or (List of (Tuple of (OneOf detach, remove, add, attach, NonEmptyString))))

│ │ │
│ │ │

Modify list of blacklisted operating systems: each modification must have two items, the operation and the OS name; the operation can be add or remove

│ │ │
│ │ │

candidate_pool_size (defaults to None, must be None or GreaterThanZero)

│ │ │
│ │ │

Master candidate pool size

│ │ │
│ │ │ @@ -1009,45 +1009,45 @@ │ │ │
│ │ │

Job dependencies; if used through SubmitManyJobs relative (negative) job IDs can be used; see design document for details

│ │ │
│ │ │

disk_state (defaults to None, must be None or (Dictionary with keys of Anything and values of Anything))

│ │ │
│ │ │

Set disk states

│ │ │
│ │ │ -

diskparams (defaults to None, must be None or (Dictionary with keys of (OneOf blockdev, file, gluster, plain, diskless, rbd, drbd, sharedfile, ext) and values of (Dictionary with keys of Anything and values of Anything)))

│ │ │ +

diskparams (defaults to None, must be None or (Dictionary with keys of (OneOf ext, blockdev, drbd, file, sharedfile, plain, gluster, rbd, diskless) and values of (Dictionary with keys of Anything and values of Anything)))

│ │ │
│ │ │

Disk templates’ parameter defaults

│ │ │
│ │ │

drbd_helper (defaults to None, must be None or String)

│ │ │
│ │ │

DRBD helper program

│ │ │
│ │ │

enabled_data_collectors (defaults to None, must be None or (Dictionary with keys of String and values of Boolean))

│ │ │
│ │ │

Set the active data collectors

│ │ │
│ │ │ -

enabled_disk_templates (defaults to None, must be None or (List of (OneOf blockdev, file, gluster, plain, diskless, rbd, drbd, sharedfile, ext)))

│ │ │ +

enabled_disk_templates (defaults to None, must be None or (List of (OneOf ext, blockdev, drbd, file, sharedfile, plain, gluster, rbd, diskless)))

│ │ │
│ │ │

List of enabled disk templates

│ │ │
│ │ │ -

enabled_hypervisors (defaults to None, must be None or (List of (OneOf chroot, xen-hvm, kvm, fake, xen-pvm, lxc)))

│ │ │ +

enabled_hypervisors (defaults to None, must be None or (List of (OneOf kvm, xen-hvm, fake, xen-pvm, chroot, lxc)))

│ │ │
│ │ │

List of enabled hypervisors

│ │ │
│ │ │

enabled_user_shutdown (defaults to None, must be None or Boolean)

│ │ │
│ │ │

Whether user shutdown is enabled cluster wide

│ │ │
│ │ │

file_storage_dir (defaults to None, must be None or String)

│ │ │

force (defaults to False, must be Boolean)

│ │ │
│ │ │

Whether to force the operation

│ │ │
│ │ │

gluster_storage_dir (defaults to None, must be None or String)

│ │ │ -

hidden_os (defaults to None, must be None or (List of (Tuple of (OneOf add, attach, remove, detach, NonEmptyString))))

│ │ │ +

hidden_os (defaults to None, must be None or (List of (Tuple of (OneOf detach, remove, add, attach, NonEmptyString))))

│ │ │
│ │ │

Modify list of hidden operating systems: each modification must have two items, the operation and the OS name; the operation can be add or remove

│ │ │
│ │ │

hv_state (defaults to None, must be None or (Dictionary with keys of Anything and values of Anything))

│ │ │
│ │ │

Set hypervisor states

│ │ │
│ │ │ @@ -1089,15 +1089,15 @@ │ │ │

Maximal number of jobs tracked in the job queue

│ │ │
│ │ │

modify_etc_hosts (defaults to None, must be None or Boolean)

│ │ │

ndparams (defaults to None, must be None or (Dictionary with keys of Anything and values of Anything))

│ │ │
│ │ │

Cluster-wide node parameter defaults

│ │ │
│ │ │ -

nicparams (defaults to None, must be None or (Dictionary with keys of (OneOf mode, bridge, ip, network, name, mac, vlan, link) and values of (None or String) [NIC parameters]))

│ │ │ +

nicparams (defaults to None, must be None or (Dictionary with keys of (OneOf name, mode, ip, mac, link, vlan, network, bridge) and values of (None or String) [NIC parameters]))

│ │ │
│ │ │

Cluster-wide NIC parameter defaults

│ │ │
│ │ │

os_hvp (defaults to None, must be None or (Dictionary with keys of String and values of (Dictionary with keys of Anything and values of Anything)))

│ │ │
│ │ │

Cluster-wide per-OS hypervisor parameter defaults

│ │ │
│ │ │ @@ -1222,15 +1222,15 @@ │ │ │
│ │ │

Job dependencies; if used through SubmitManyJobs relative (negative) job IDs can be used; see design document for details

│ │ │
│ │ │

disk_state (defaults to None, must be None or (Dictionary with keys of Anything and values of Anything))

│ │ │
│ │ │

Set disk states

│ │ │
│ │ │ -

diskparams (defaults to None, must be None or (Dictionary with keys of (OneOf blockdev, file, gluster, plain, diskless, rbd, drbd, sharedfile, ext) and values of (Dictionary with keys of Anything and values of Anything)))

│ │ │ +

diskparams (defaults to None, must be None or (Dictionary with keys of (OneOf ext, blockdev, drbd, file, sharedfile, plain, gluster, rbd, diskless) and values of (Dictionary with keys of Anything and values of Anything)))

│ │ │
│ │ │

Disk templates’ parameter defaults

│ │ │
│ │ │

group_name (defaults to None, must be NonEmptyString)

│ │ │
│ │ │

Group name

│ │ │
│ │ │ @@ -1319,15 +1319,15 @@ │ │ │
│ │ │

Job dependencies; if used through SubmitManyJobs relative (negative) job IDs can be used; see design document for details

│ │ │
│ │ │

disk_state (defaults to None, must be None or (Dictionary with keys of Anything and values of Anything))

│ │ │
│ │ │

Set disk states

│ │ │
│ │ │ -

diskparams (defaults to None, must be None or (Dictionary with keys of (OneOf blockdev, file, gluster, plain, diskless, rbd, drbd, sharedfile, ext) and values of (Dictionary with keys of Anything and values of Anything)))

│ │ │ +

diskparams (defaults to None, must be None or (Dictionary with keys of (OneOf ext, blockdev, drbd, file, sharedfile, plain, gluster, rbd, diskless) and values of (Dictionary with keys of Anything and values of Anything)))

│ │ │
│ │ │

Disk templates’ parameter defaults

│ │ │
│ │ │

hv_state (defaults to None, must be None or (Dictionary with keys of Anything and values of Anything))

│ │ │
│ │ │

Set hypervisor states

│ │ │
│ │ │ @@ -1715,15 +1715,15 @@ │ │ │
│ │ │

Group name

│ │ │
│ │ │

network_link (defaults to None, must be NonEmptyString)

│ │ │
│ │ │

Network link when connecting to a group

│ │ │
│ │ │ -

network_mode (defaults to None, must be OneOf pool, bridged, routed, openvswitch)

│ │ │ +

network_mode (defaults to None, must be OneOf pool, routed, openvswitch, bridged)

│ │ │
│ │ │

Network mode when connecting to a group

│ │ │
│ │ │

network_name (defaults to None, must be NonEmptyString)

│ │ │
│ │ │

Network name

│ │ │
│ │ │ @@ -1972,23 +1972,23 @@ │ │ │
│ │ │

Whether to check for conflicting IP addresses

│ │ │
│ │ │

depends (defaults to None, must be None or (List of (((List of Anything) or Tuple) and (Length 2) and (Item 0 is (JobId or RelativeJobId), item 1 is (List of (OneOf error, success, canceled))))))

│ │ │
│ │ │

Job dependencies; if used through SubmitManyJobs relative (negative) job IDs can be used; see design document for details

│ │ │
│ │ │ -

disk_template (defaults to None, must be None or (OneOf blockdev, file, gluster, plain, diskless, rbd, drbd, sharedfile, ext))

│ │ │ +

disk_template (defaults to None, must be None or (OneOf ext, blockdev, drbd, file, sharedfile, plain, gluster, rbd, diskless))

│ │ │
│ │ │

Instance disk template

│ │ │
│ │ │

disks (defaults to None, must be List of (Dictionary with keys of NonEmptyString and values of (NonEmptyString or Integer) [Disk parameters]))

│ │ │
│ │ │

List of instance disks

│ │ │
│ │ │ -

file_driver (defaults to None, must be None or (OneOf blktap, loop, blktap2))

│ │ │ +

file_driver (defaults to None, must be None or (OneOf loop, blktap, blktap2))

│ │ │
│ │ │

Driver for file-backed disks

│ │ │
│ │ │

file_storage_dir (defaults to None, must be None or NonEmptyString)

│ │ │
│ │ │

Directory for storing file-backed disks

│ │ │
│ │ │ @@ -2012,15 +2012,15 @@ │ │ │
│ │ │

Startup timeout for the helper VM

│ │ │
│ │ │

hvparams (defaults to {}, must be Dictionary with keys of Anything and values of Anything)

│ │ │
│ │ │

Hypervisor parameters for instance, hypervisor-dependent

│ │ │
│ │ │ -

hypervisor (defaults to None, must be None or (OneOf chroot, xen-hvm, kvm, fake, xen-pvm, lxc))

│ │ │ +

hypervisor (defaults to None, must be None or (OneOf kvm, xen-hvm, fake, xen-pvm, chroot, lxc))

│ │ │
│ │ │

Selected hypervisor for an instance

│ │ │
│ │ │

iallocator (defaults to None, must be None or NonEmptyString)

│ │ │
│ │ │

Iallocator for deciding the target node for shared-storage instances

│ │ │
│ │ │ @@ -2040,23 +2040,23 @@ │ │ │
│ │ │

A required instance name (for single-instance LUs)

│ │ │
│ │ │

ip_check (defaults to True, must be Boolean)

│ │ │
│ │ │

Whether to ensure instance’s IP address is inactive

│ │ │
│ │ │ -

mode (defaults to None, must be OneOf remote-import, create, import)

│ │ │ +

mode (defaults to None, must be OneOf create, remote-import, import)

│ │ │
│ │ │

Instance creation mode

│ │ │
│ │ │

name_check (defaults to True, must be Boolean)

│ │ │
│ │ │

Whether to check name

│ │ │
│ │ │ -

nics (defaults to None, must be List of (Dictionary with keys of (OneOf mode, bridge, ip, network, name, mac, vlan, link) and values of (None or String) [NIC parameters]))

│ │ │ +

nics (defaults to None, must be List of (Dictionary with keys of (OneOf name, mode, ip, mac, link, vlan, network, bridge) and values of (None or String) [NIC parameters]))

│ │ │
│ │ │

List of NIC (network interface) definitions

│ │ │
│ │ │

no_install (defaults to None, must be None or Boolean)

│ │ │
│ │ │

Do not install the OS (will disable automatic start)

│ │ │
│ │ │ @@ -2407,15 +2407,15 @@ │ │ │
│ │ │

Whether to ignore ipolicy violations

│ │ │
│ │ │

instance_uuid (defaults to None, must be None or NonEmptyString)

│ │ │
│ │ │

An instance UUID (for single-instance LUs)

│ │ │
│ │ │ -

mode (defaults to None, must be OneOf replace_new_secondary, replace_on_primary, replace_auto, replace_on_secondary)

│ │ │ +

mode (defaults to None, must be OneOf replace_on_primary, replace_new_secondary, replace_on_secondary, replace_auto)

│ │ │
│ │ │

Replacement mode

│ │ │
│ │ │

remote_node (defaults to None, must be None or NonEmptyString)

│ │ │
│ │ │

New secondary node

│ │ │
│ │ │ @@ -2657,15 +2657,15 @@ │ │ │
│ │ │

An instance UUID (for single-instance LUs)

│ │ │
│ │ │

long_sleep (defaults to False, must be Boolean)

│ │ │
│ │ │

Whether to allow long instance shutdowns during exports

│ │ │
│ │ │ -

mode (defaults to local, must be OneOf local, remote)

│ │ │ +

mode (defaults to local, must be OneOf remote, local)

│ │ │
│ │ │

Export mode

│ │ │
│ │ │

remove_instance (defaults to False, must be Boolean)

│ │ │
│ │ │

Whether to remove instance after export

│ │ │
│ │ │ @@ -2752,15 +2752,15 @@ │ │ │
│ │ │

Whether to ignore ipolicy violations

│ │ │
│ │ │

instance_uuid (defaults to None, must be None or NonEmptyString)

│ │ │
│ │ │

An instance UUID (for single-instance LUs)

│ │ │
│ │ │ -

mode (defaults to None, must be None or (OneOf non-live, live))

│ │ │ +

mode (defaults to None, must be None or (OneOf live, non-live))

│ │ │
│ │ │

Migration type (live/non-live)

│ │ │
│ │ │

target_node (defaults to None, must be None or NonEmptyString)

│ │ │
│ │ │

Target node for instance migration/failover

│ │ │
│ │ │ @@ -2913,27 +2913,27 @@ │ │ │
│ │ │

Whether to check for conflicting IP addresses

│ │ │
│ │ │

depends (defaults to None, must be None or (List of (((List of Anything) or Tuple) and (Length 2) and (Item 0 is (JobId or RelativeJobId), item 1 is (List of (OneOf error, success, canceled))))))

│ │ │
│ │ │

Job dependencies; if used through SubmitManyJobs relative (negative) job IDs can be used; see design document for details

│ │ │
│ │ │ -

disk_template (defaults to None, must be None or (OneOf blockdev, file, gluster, plain, diskless, rbd, drbd, sharedfile, ext))

│ │ │ +

disk_template (defaults to None, must be None or (OneOf ext, blockdev, drbd, file, sharedfile, plain, gluster, rbd, diskless))

│ │ │
│ │ │

Instance disk template

│ │ │
│ │ │ -

disks (defaults to [], must be (List of ((Length 3) and (Item 0 is (OneOf add, modify, attach, remove, detach), item 1 is (Integer or String [Device index, can be negative, e.g. -1 for last disk]), item 2 is (Dictionary with keys of NonEmptyString and values of (NonEmptyString or Integer) [Disk parameters]))) [Recommended]) or (List of ((Length 2) and (Item 0 is ((OneOf add, attach, remove, detach) or EqualOrGreaterThanZero), item 1 is (Dictionary with keys of NonEmptyString and values of (NonEmptyString or Integer) [Disk parameters]))) [Deprecated]))

│ │ │ +

disks (defaults to [], must be (List of ((Length 3) and (Item 0 is (OneOf attach, detach, modify, remove, add), item 1 is (Integer or String [Device index, can be negative, e.g. -1 for last disk]), item 2 is (Dictionary with keys of NonEmptyString and values of (NonEmptyString or Integer) [Disk parameters]))) [Recommended]) or (List of ((Length 2) and (Item 0 is ((OneOf detach, remove, add, attach) or EqualOrGreaterThanZero), item 1 is (Dictionary with keys of NonEmptyString and values of (NonEmptyString or Integer) [Disk parameters]))) [Deprecated]))

│ │ │
│ │ │

List of disk changes

│ │ │
│ │ │

ext_params (defaults to {}, must be Dictionary with keys of Anything and values of Anything)

│ │ │
│ │ │

List of ExtStorage parameters

│ │ │
│ │ │ -

file_driver (defaults to None, must be None or (OneOf blktap, loop, blktap2))

│ │ │ +

file_driver (defaults to None, must be None or (OneOf loop, blktap, blktap2))

│ │ │
│ │ │

Driver for file-backed disks

│ │ │
│ │ │

file_storage_dir (defaults to None, must be None or NonEmptyString)

│ │ │
│ │ │

Directory for storing file-backed disks

│ │ │
│ │ │ @@ -2963,15 +2963,15 @@ │ │ │
│ │ │

Enable or disable the communication mechanism for an instance

│ │ │
│ │ │

instance_uuid (defaults to None, must be None or NonEmptyString)

│ │ │
│ │ │

An instance UUID (for single-instance LUs)

│ │ │
│ │ │ -

nics (defaults to [], must be (List of ((Length 3) and (Item 0 is (OneOf add, modify, attach, remove, detach), item 1 is (Integer or String [Device index, can be negative, e.g. -1 for last disk]), item 2 is (Dictionary with keys of (OneOf mode, bridge, ip, network, name, mac, vlan, link) and values of (None or String) [NIC parameters]))) [Recommended]) or (List of ((Length 2) and (Item 0 is ((OneOf add, attach, remove, detach) or EqualOrGreaterThanZero), item 1 is (Dictionary with keys of (OneOf mode, bridge, ip, network, name, mac, vlan, link) and values of (None or String) [NIC parameters]))) [Deprecated]))

│ │ │ +

nics (defaults to [], must be (List of ((Length 3) and (Item 0 is (OneOf attach, detach, modify, remove, add), item 1 is (Integer or String [Device index, can be negative, e.g. -1 for last disk]), item 2 is (Dictionary with keys of (OneOf name, mode, ip, mac, link, vlan, network, bridge) and values of (None or String) [NIC parameters]))) [Recommended]) or (List of ((Length 2) and (Item 0 is ((OneOf detach, remove, add, attach) or EqualOrGreaterThanZero), item 1 is (Dictionary with keys of (OneOf name, mode, ip, mac, link, vlan, network, bridge) and values of (None or String) [NIC parameters]))) [Deprecated]))

│ │ │
│ │ │

List of NIC changes

│ │ │
│ │ │

offline (defaults to None, must be None or Boolean)

│ │ │
│ │ │

Whether to mark the instance as offline

│ │ │
│ │ │ @@ -3491,15 +3491,15 @@ │ │ │
│ │ │

Whether to ignore ipolicy violations

│ │ │
│ │ │

live (defaults to None, must be None or Boolean)

│ │ │
│ │ │

Obsolete ‘live’ migration mode (do not use)

│ │ │
│ │ │ -

mode (defaults to None, must be None or (OneOf non-live, live))

│ │ │ +

mode (defaults to None, must be None or (OneOf live, non-live))

│ │ │
│ │ │

Migration type (live/non-live)

│ │ │
│ │ │

node_uuid (defaults to None, must be None or NonEmptyString)

│ │ │
│ │ │

A node UUID (for single-node LUs)

│ │ │
│ │ │ @@ -3792,15 +3792,15 @@ │ │ │

It supports the dry-run argument.

│ │ │ │ │ │ │ │ │
│ │ │

/2/query/[resource]

│ │ │

Requests resource information. Available fields can be found in man │ │ │ pages and using /2/query/[resource]/fields. The resource is one of │ │ │ -instance, job, filter, lock, network, node, group, export. See the query2 │ │ │ +export, lock, job, node, filter, group, instance, network. See the query2 │ │ │ design document for more details.

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ @@ -3831,15 +3831,15 @@ │ │ │ be given and must be either null or a list containing filter │ │ │ operators.

│ │ │ │ │ │ │ │ │
│ │ │

/2/query/[resource]/fields

│ │ │

Request list of available fields for a resource. The resource is one of │ │ │ -instance, job, filter, lock, network, node, group, export. See the │ │ │ +export, lock, job, node, filter, group, instance, network. See the │ │ │ query2 design document for more details.

│ │ │
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │