Skip to content

Commit 2802114

Browse files
Update Blog “highly-available-nfs-workload-on-hpe-greenlake-for-private-cloud-enterprise-using-serviceguard-for-linux”
1 parent 04660fd commit 2802114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/blog/highly-available-nfs-workload-on-hpe-greenlake-for-private-cloud-enterprise-using-serviceguard-for-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ Serviceguard for Linux Flex Storage Add-on is a software-based, shared-nothing,
544544

545545
## Configuring LVM
546546

547-
Once data replication is configured on the nodes, we can now configure LVM on top of the DRBD disk /dev/drbd0. The following Ansible snippet can be used to configure the LVM volume group named nfsvg and an logical volume names nfsvol of size 45GB
547+
Once data replication is configured on the nodes, you can configure LVM on top of the DRBD disk /dev/drbd0. The following Ansible snippet can be used to configure the LVM volume group named nfsvg and logical volume names nfsvol of size 45GB.
548548

549549
```yaml
550550
---
@@ -592,7 +592,7 @@ Once data replication is configured on the nodes, we can now configure LVM on to
592592

593593
## Setting up the NFS server
594594

595-
Now we will start the NFS service and export the NFS share from the primary node using the ansible snippet below.
595+
Now start the NFS service and export the NFS share from the primary node using the Ansible snippet below.
596596

597597
```yaml
598598
---
@@ -642,7 +642,7 @@ Now we will start the NFS service and export the NFS share from the primary node
642642

643643
## Creating an SGLX cluster and providing HA to the NFS workload
644644

645-
Once NFS share is configured, we will now look into creating an SGLX cluster and deploy the NFS workload in the SGLX environment to make it highly available. The below snippet will help us achieve the same.
645+
Once NFS share is configured, look into creating an SGLX cluster and deploy the NFS workload in the SGLX environment to make it highly available. The below snippet will help you achieve this.
646646

647647
```yaml
648648
---

0 commit comments

Comments
 (0)