Hide Forgot
Document URL: https://access.redhat.com/documentation/en-us/red_hat_satellite/6.5/html/virtual_instances_guide/configuring-virt-who#creating-virt-who-configuration-with-hammer Section Number and Name: 3.2. Creating virt-who Configuration using Hammer Describe the issue: --hypervisor-id hostname \ 5 <-- Notice hostname is in italics, the traditional way to render a replaceable value, but its confusing as it must be one of three literal values. 5 Specifies how the hypervisor will be identified. Possible values: hostname, uuid, hwuuid. Recommended: hostname. That command argument is a literal, not replaceable, but as there are more than one you cannot just put one marked up as a literal. Suggestions for improvement: s|hypervisor-id hostname|hypervisor-id __hypervisor_id__| Additional information: [root@dell-r330-12 ~]# hammer virt-who-config create -h Usage: hammer virt-who-config create [OPTIONS] Options: --blacklist BLACKLIST Hypervisor blacklist, applicable only when filtering mode is set to 2. Wildcards and regular expressions are supported, multiple records must be Separated by comma. --debug DEBUG Enable debugging output One of true/false, yes/no, 1/0. --filtering-mode MODE Hypervisor filtering mode Possible value(s): 'none', 'whitelist', 'blacklist' --hypervisor-id HYPERVISOR_ID Specifies how the hypervisor will be identified. Possible value(s): 'hostname', 'uuid', 'hwuuid
These changes are now live on the customer portal: https://access.redhat.com/documentation/en-us/red_hat_satellite/6.5/html/virtual_instances_guide/configuring-virt-who#creating-virt-who-configuration-with-hammer https://access.redhat.com/documentation/en-us/red_hat_satellite/6.4/html/virtual_instances_guide/configuring-virt-who#creating-virt-who-configuration-with-hammer Thank you