Skip to main content
Version: 3.3 (latest)

Configure an Ozone target

You can migrate data to an Ozone bucket by configuring one as a target filesystem.

note

Ozone does not support ACL or extended attributes. If you are migrating from HDFS to Ozone, ACLs will not be supported.

Follow these steps to create an Ozone target:

Configure an Ozone 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 Apache Ozone.
    • Display Name - Enter a name for your target filesystem.
    • Default Filesystem - The Ozone filesystem scheme. For example, ofs://omservice or o3fs://bucket1.vol1.omservice/.
    • User - Enter the name of the filesystem user you want to migrate data with, only if your target is not Kerberized.
  5. Kerberos Configuration - The details of your Kerberos configuration. You can authenticate with Kerberos using multi-realm Kerberos, cross-realm trust or target-only Kerberos. See Configure Kerberos.
    • Kerberos Principal - Enter a principal that maps to a user with appropriate permissions for your Ozone target filesystem.
    • Kerberos Keytab Location - Enter the path to the Kerberos keytab file containing the Kerberos Principal. The keytab file must be accessible from the edge node where Data Migrator is installed.
  6. Advanced Configuration
    • Configuration Property File Paths - Enter the directory or directories containing your target filesystem's configuration (such as the core-site.xml and ozone-site.xml) on your Data Migrator host's local filesystem.
      note

      Data Migrator reads core-site.xml and ozone-site.xml once, during filesystem creation, applying any configuration within paths added under Configuration Property File Paths. After creation, these paths are no longer visible in the UI. You can see all filesystem properties using the API.

      • Configuration Property Overrides (Optional) - Enter override properties or additional properties for your Ozone filesystem by adding key/value pairs.
  7. Select Save. You can now use your Ozone target in data migrations.

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 Ozone target.