Disabling File Storage Replication

You can disable file storage replication on a workbench if redundancy is no longer required.

  1. In the Cloudera console, click the Cloudera AI tile.

    The Cloudera AI Workbenches page is displayed.

  2. From the Actions menu of the workbench, select View Workbench Details.
  3. Toggle the File Storage Replication button. A confirmation pop-up message will appear.
  4. Click Yes to disable file storage replication.

The status of replication deletion can be monitored in the Replication Status field.

Use the CDP CLI deleteFileReplica method.

cdp ml delete-file-replica --workspace-crn <value> --profile int
{
  "workspaceCrn":"sample:CRN",
  "xEntitlements": [
    "ML_FILESYSTEM_REPLICA"
  ]
}