File 0017-medium-scripts-Clarify-help-text-for-NFS-wizard-bsc-.patch of Package crmsh
From cf59cfdbdc63dc397f178d87b91fb9715b7722a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= <krig@koru.se>
Date: Thu, 22 Jun 2017 18:04:14 +0200
Subject: [PATCH 17/19] medium: scripts: Clarify help text for NFS wizard
(bsc#1044244)
---
scripts/drbd/main.yml | 2 ++
scripts/lvm/main.yml | 5 +++++
scripts/nfsserver-lvm-drbd/main.yml | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/scripts/drbd/main.yml b/scripts/drbd/main.yml
index afb4f8ba..29ba472a 100644
--- a/scripts/drbd/main.yml
+++ b/scripts/drbd/main.yml
@@ -6,6 +6,8 @@ longdesc: >-
Also creates a multistate resource managing the state of DRBD.
+ Does not create or modify the referenced DRBD configuration.
+
parameters:
- name: id
shortdesc: DRBD Cluster Resource ID
diff --git a/scripts/lvm/main.yml b/scripts/lvm/main.yml
index ecde5244..381f56c4 100644
--- a/scripts/lvm/main.yml
+++ b/scripts/lvm/main.yml
@@ -1,5 +1,10 @@
version: 2.2
category: Script
+longdesc: >-
+ Configure a resource for managing an LVM volume group.
+
+ Does not create the referenced volume group.
+
include:
- agent: ocf:heartbeat:LVM
name: lvm
diff --git a/scripts/nfsserver-lvm-drbd/main.yml b/scripts/nfsserver-lvm-drbd/main.yml
index 7a2a0050..233f26f4 100644
--- a/scripts/nfsserver-lvm-drbd/main.yml
+++ b/scripts/nfsserver-lvm-drbd/main.yml
@@ -28,7 +28,7 @@ longdesc: |
For more details on what needs to be prepared to use
this wizard, see the Highly Available NFS Storage with
DRBD and Pacemaker section of the SUSE Linux Enterprise
- High Availability Extension 12 SP1 documentation.
+ High Availability Extension documentation.
parameters:
- name: nfsserver_id
--
2.12.2