Skip to content

Commit b4d7651

Browse files
author
rdeltcheva
committed
remove cidr_netmask config and allow the RA to determine automatically
1 parent b1573b2 commit b4d7651

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-suse-nfs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
518518
params directory="/srv/nfs/<b>NW1</b>" \
519519
options="rw,no_root_squash,crossmnt" clientspec="*" fsid=1 wait_for_leasetime_on_stop=true op monitor interval="30s"
520520

521-
sudo crm configure primitive vip_<b>NW1</b>_nfs \
522-
IPaddr2 \
521+
sudo crm configure primitive vip_<b>NW1</b>_nfs IPaddr2 \
523522
params ip=<b>10.0.0.4</b> op monitor interval=10 timeout=20
524523

525524
sudo crm configure primitive nc_<b>NW1</b>_nfs azure-lb port=<b>61000</b>
@@ -561,8 +560,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
561560
params directory="/srv/nfs/<b>NW2</b>" \
562561
options="rw,no_root_squash,crossmnt" clientspec="*" fsid=2 wait_for_leasetime_on_stop=true op monitor interval="30s"
563562

564-
sudo crm configure primitive vip_<b>NW2</b>_nfs \
565-
IPaddr2 \
563+
sudo crm configure primitive vip_<b>NW2</b>_nfs IPaddr2 \
566564
params ip=<b>10.0.0.5</b> op monitor interval=10 timeout=20
567565

568566
sudo crm configure primitive nc_<b>NW2</b>_nfs azure-lb port=<b>61001</b>

0 commit comments

Comments
 (0)