render / rpms / libvirt

Forked from rpms/libvirt 11 months ago
Clone
99cbc7
From c0156a27f2ec169bf5452373f0815622d9fcd6ad Mon Sep 17 00:00:00 2001
99cbc7
Message-Id: <c0156a27f2ec169bf5452373f0815622d9fcd6ad@dist-git>
99cbc7
From: John Ferlan <jferlan@redhat.com>
99cbc7
Date: Wed, 3 Apr 2019 07:12:37 -0400
99cbc7
Subject: [PATCH] virsh: Add missed fields to pool-define-as item entry
99cbc7
99cbc7
https://bugzilla.redhat.com/show_bug.cgi?id=1615680
99cbc7
99cbc7
Commit id d45bee449 updated the pool-define-as qualifier descriptions
99cbc7
to add some new fields, but neglected to modify the command item list
99cbc7
in order to add those fields as well.
99cbc7
99cbc7
Signed-off-by: John Ferlan <jferlan@redhat.com>
99cbc7
(cherry picked from commit b0451117b399df8107340dee8b653cb48e8da1c8)
99cbc7
Message-Id: <20190403111237.2009-1-jferlan@redhat.com>
99cbc7
Reviewed-by: Erik Skultety <eskultet@redhat.com>
99cbc7
---
99cbc7
 tools/virsh.pod | 4 +++-
99cbc7
 1 file changed, 3 insertions(+), 1 deletion(-)
99cbc7
99cbc7
diff --git a/tools/virsh.pod b/tools/virsh.pod
99cbc7
index 0e704bc407..3e9c264fe8 100644
99cbc7
--- a/tools/virsh.pod
99cbc7
+++ b/tools/virsh.pod
99cbc7
@@ -3822,7 +3822,9 @@ just I<--build> is provided, then B<pool-build> is called with no flags.
99cbc7
 [I<--auth-type authtype> I<--auth-username username>
99cbc7
 [I<--secret-usage usage> | I<--secret-uuid uuid>]]
99cbc7
 [[I<--adapter-name name>] | [I<--adapter-wwnn> wwnn I<--adapter-wwpn> wwpn]
99cbc7
-[I<--adapter-parent parent>]]
99cbc7
+[I<--adapter-parent parent> |
99cbc7
+ I<--adapter-parent-wwnn parent_wwnn> I<adapter-parent-wwpn parent_wwpn> |
99cbc7
+ I<--adapter-parent-fabric-wwn parent_fabric_wwn>]]
99cbc7
 [I<--build>] [[I<--overwrite>] | [I<--no-overwrite>]] [I<--print-xml>]
99cbc7
 
99cbc7
 
99cbc7
-- 
99cbc7
2.21.0
99cbc7