Skip to content

Commit 6fa3659

Browse files
committed
Update Blog “create-a-cold-tiered-volume-and-use-hpe-ezmeral-data-fabric-object-store-as-remote-target”
1 parent 7c31462 commit 6fa3659

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/blog/create-a-cold-tiered-volume-and-use-hpe-ezmeral-data-fabric-object-store-as-remote-target.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,17 +589,17 @@ You should remember that in the earlier steps, we configured the CA certificate
589589

590590
Now, you will also need to configure this self-signed CA root certificate for MAST Gateway so that it can communicate with the remote Object Store.
591591

592-
Refer to this document - [Configuring the MAST Gateway Service](https://docs.datafabric.hpe.com/72/StorageTiers/ConfigMASTGateway.html), set the value of "mastgateway.curl.cainfo" in the configuration file.
592+
Refer to this document - [Configuring the MAST Gateway Service](https://docs.datafabric.hpe.com/72/StorageTiers/ConfigMASTGateway.html), and set the value of "mastgateway.curl.cainfo" in the configuration file.
593593

594594
You need to find <ins>/opt/mapr/conf/ca/chain-ca.pem</ins> from a host of the Object Store cluster first, and copy it to the MAST Gateway node.
595595
For the convenience of management, you can rename it appropriately and configure it as the value of "mastgateway.curl.cainfo".
596596

597597
### Use the maprcli volume offload command to manually offload data
598598

599-
Now you can place some data in the Cold-Tiered Volume you just created.
599+
Now you can place some data in the cold-tiered volume you just created.
600600
I put a 5.6GB file in it.
601601

602-
Then, you can use the following command to manually trigger the offload of the entire Volume.
602+
Then, you can use the following command to manually trigger the offload of the entire olume.
603603

604604
```shell
605605
maprcli volume offload -ignorerule true -name {VOLUME_NAME}

0 commit comments

Comments
 (0)