Skip to content

Commit

Permalink
source tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apinnick committed Jan 16, 2025
1 parent 5edb0a7 commit 29451dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion guides/common/attributes-titles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
:UpgradingDisconnectedPreviousDocTitle: Upgrading disconnected {ProjectName} to {ProjectVersionPrevious}

// Not upstreamed
:ConfiguringVMSubscriptionsDocTitle: Configuring virtual machine subscriptions
:ConversionsToolkitDocTitle: Converting hosts to RHEL by using Satellite conversions toolkit

// Overrides for titles per product
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This option provides additional AHV information when you enable both debugging o

* On {ProjectServer}, enter the `hammer virt-who-config create` command according to the following example:
+
[options="nowrap" subs="+quotes"]
[options="nowrap" subs="+quotes,attributes"]
----
$ hammer virt-who-config create \
--name _My_virt-who_Configuration_ \
Expand All @@ -108,13 +108,13 @@ $ hammer virt-who-config create \
<2> Specify `none` for no filtering of hypervisors for virt-who queries.
Specify `whitelist` or `blacklist` to include or exclude hypervisors for virt-who queries.
<3> Specify `hostname`, `uuid`, or `hwuuid` for the hypervisor ID format.
* You can use `uuid` to avoid duplication if a hypervisor is renamed.
* You can use `uuid` to avoid duplication if you rename a hypervisor.
+
* You can use `hwuuid` for configurations that apply to a virtualization manager instead of an individual hypervisor.
+
[NOTE]
====
You cannot change `hwuuid` to another option after virt-who starts running because this might cause duplicate entires in Subscription Manager.
You cannot change `hwuuid` to another option after virt-who starts running because this might cause duplicate entries in Subscription Manager.
====

<4> Specify the hypervisor type:
Expand Down
10 changes: 5 additions & 5 deletions guides/common/modules/ref_virt-who-configuration-examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `kubevirt` hypervisor is a Technology Preview.

.Generic example

[source,text]
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
type=libvirt <1>
hypervisor_id=hostname
Expand All @@ -31,7 +31,7 @@ rhsm_prefix=/rhsm

.{OpenStack} example

[source,text]
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
type=libvirt
hypervisor_id=hostname
Expand All @@ -48,7 +48,7 @@ rhsm_prefix=/rhsm

.KVM example

[source,text]
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
type=libvirt
hypervisor_id=hostname
Expand All @@ -65,7 +65,7 @@ rhsm_prefix=/rhsm

.vCenter Server example

[source,text]
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
type=esx
hypervisor_id=hostname
Expand All @@ -82,7 +82,7 @@ rhsm_prefix=/rhsm

.Nutanix AHV example

[source,text]
[options="nowrap" subs="+quotes,verbatim,attributes"]
----
type=ahv
server=192.0.2.0
Expand Down

0 comments on commit 29451dd

Please sign in to comment.