Search This Blog

Wednesday, 5 January 2022

OCS - Openshift Container Storage


OpenShift container storage
Provided API
OCS storage cluster
  Storage cluster represents a openshift container storage cluster including Ceph cluster, Noobaa and all the storage and compute resource required.

NBS banking storage 
  Storage target spec such as aws-s3, s3-compatible, IBM-cos PV's and more. Used in bucket class to construct data placement policies

NBC bucket class
   Storage policy spec tiering, mirroring, spreading, namespace policy. Combines BackingStores or Namespacestorage. Referenced by ObjectBucketClaims.



Ansible_Notes

   ansible -i inventory.ini -m ping all   # inventory.ini it will ping to the hosts which are in inventory # ansible -i inventory.ini -m pin...