Skip to main content
Version: 3.3 (latest)

Configure a Ceph target

You can migrate data to a Ceph Storage bucket by configuring one as a target filesystem.

Follow these steps to create a Ceph target:

Configure a Ceph target filesystem in the UI

  1. From the Dashboard, select an instance under Instances.
  2. In the Filesystems & Agents menu, select Filesystems.
  3. Select Add target filesystem.
  4. Enter the following details:
    • Filesystem Type - The type of filesystem target. Select Ceph Storage.
    • Display Name - Enter a name for your target filesystem.
    • Hostname - The endpoint for your Ceph filesystem. For example, http://cephhost:7480.
    • Bucket Name - The name of the Ceph bucket you're using. For example mybucket-07.
    • Access Key - Enter the access key. For example, mykey.
    • Secret Key - Enter the secret key that corresponds with your access key. For example, mypassword.
  5. Within the Filesystem Properties section, enter override properties or additional properties for your Ceph filesystem by adding key/value pairs. The following filesystem options are also available:
    • Chunked Encoding - Enabled by default and should be disabled for Ceph Reef version 18.2.4 and below, otherwise the creation of empty directories or zero-byte files will fail
    • Path Style Access - Private stores generally expect path style access to be enabled so that buckets are visible, therefore this is enabled by default
  6. Select Save. You can now use your Ceph Storage target in data migrations.

S3a properties

Enter additional properties for Ceph filesystems by adding them as key-value pairs in the UI or as a comma-separated key-value pair list with the --properties parameter in the CLI. You can overwrite default property values or add new properties.

Additional properties

Find an additional list of S3a properties in the S3a documentation.

Next steps

If you haven't already, configure a source filesystem from which to migrate data. Then, you can create a migration to migrate data to your new Ceph target.