Skip to content

Commit

Permalink
CASMINST-5996 Remove rbd mount references now that we have cephfs sha…
Browse files Browse the repository at this point in the history
…re (Cray-HPE#3349)

Co-authored-by: Brad Klein <bklein@cray.com>
  • Loading branch information
bklei and Brad Klein authored Feb 24, 2023
1 parent 8cdb239 commit f187239
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 865 deletions.
15 changes: 2 additions & 13 deletions install/deploy_final_non-compute_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ procedure entails deactivating the LiveCD, meaning the LiveCD and all of its res
1. [Reboot](#4-reboot)
1. [Enable NCN disk wiping safeguard](#5-enable-ncn-disk-wiping-safeguard)
1. [Configure DNS and NTP on each BMC](#6-configure-dns-and-ntp-on-each-bmc)
1. [Next topic](#8-next-topic)
1. [Next topic](#7-next-topic)

## 1. Required services

Expand Down Expand Up @@ -514,17 +514,6 @@ However, the commands in this section are all run **on** `ncn-m001`.
done ; echo "Configuration completed on all NCN BMCs"
```

## 7. Create and Mount an `rbd` Device

1. Create the `rbd` device for subsequent installs and upgrades:

```bash
tar xvf /usr/share/doc/csm/scripts/csm_rbd_tool.tar.gz -C /opt/cray/csm/scripts/; \
source /opt/cray/csm/scripts/csm_rbd_tool/bin/activate; \
/usr/share/doc/csm/scripts/csm_rbd_tool.py --pool_action create --rbd_action create --target_host ncn-m001; \
deactivate
```

## 8. Next topic
## 7. Next topic

After completing this procedure, the next step is to [Configure Administrative Access](README.md#5-configure-administrative-access).
1 change: 0 additions & 1 deletion operations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ services running on Kubernetes, as well as for telemetry data coming from the co
- [Ceph Service Check Script Usage](utility_storage/Ceph_Service_Check_Script_Usage.md)
- [Ceph Orchestrator Usage](utility_storage/Ceph_Orchestrator_Usage.md)
- [Ceph Storage Types](utility_storage/Ceph_Storage_Types.md)
- [CSM RBD Tool Usage](utility_storage/CSM_rbd_tool_Usage.md)
- [`cubs_tool` Usage](utility_storage/Cubs_tool_Usage.md)
- [Dump Ceph Crash Data](utility_storage/Dump_Ceph_Crash_Data.md)
- [Identify Ceph Latency Issues](utility_storage/Identify_Ceph_Latency_Issues.md)
Expand Down
182 changes: 0 additions & 182 deletions operations/utility_storage/CSM_rbd_tool_Usage.md

This file was deleted.

9 changes: 4 additions & 5 deletions operations/utility_storage/Utility_Storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Adjust Ceph cluster

- [Adding a Ceph Node to the Ceph Cluster](Add_Ceph_Node.md)
- [Add Ceph OSDs](Add_Ceph_OSDs.md)
- [Shrink the Ceph Cluster](Remove_Ceph_Node.md): remove a ceph node
- [Shrink Ceph OSDs](Shrink_Ceph_OSDs.md): remove OSDs from a ceph cluster
- [Shrink the Ceph Cluster](Remove_Ceph_Node.md): remove a Ceph node
- [Shrink Ceph OSDs](Shrink_Ceph_OSDs.md): remove OSDs from a Ceph cluster
- [Adjust Ceph Pool Quotas](Adjust_Ceph_Pool_Quotas.md)
- [Alternate Storage Pools](Alternate_Storage_Pools.md)

Expand All @@ -51,9 +51,8 @@ Ceph related operations
Ceph tools' usage documentation

- [Ceph Orchestrator Usage](Ceph_Orchestrator_Usage.md)
- [CSM RBD Tool Usage](CSM_rbd_tool_Usage.md)
- [Ceph Service Check Script Usage](Ceph_Service_Check_Script_Usage.md)
- [cubs_tool Usage](Cubs_tool_Usage.md)
- [`cubs_tool` Usage](Cubs_tool_Usage.md)

## Storage troubleshooting references

Expand All @@ -66,7 +65,7 @@ Ceph tools' usage documentation
RGW

- [Troubleshoot if RGW Health Check Fails](Troubleshoot_RGW_Health_Check_Fail.md)
- [Troubleshoot an Unresponsive Rados-Gateway (radosgw) S3 Endpoint](Troubleshoot_an_Unresponsive_S3_Endpoint.md)
- [Troubleshoot an Unresponsive Rados-Gateway (`radosgw`) S3 Endpoint](Troubleshoot_an_Unresponsive_S3_Endpoint.md)

OSD

Expand Down
Loading

0 comments on commit f187239

Please sign in to comment.