Re-encrypts local objects on the server that don't match the server's current DAOS object encryption settings to use the configured encryption strength and encryption keys.
Note: Re-encryption of tier 2 objects (objects in S3 storage) isn't supported.
A message indicates if an object cannot be re-encrypted. This can occur if the encryption key is no longer available in the credential store, if the object is in tier 2 storage, or the current encryption information is otherwise unavailable.
Use -t <hours> to run convert for a specified number of hours. If there are many objects requiring re-encryption, use this option to stagger the re-encryption in batches. Without -t there is no time limit.
Use the -k <nlokey> option to re-encrypt a single .nlo file to match the server's current DAOS object encryption settings. Do not specify the .nlo extension.
Use the -O <outfile> option to list the converted .nlo files in a file rather than at the server console. Specify an explicit file path or a file path relative to the data directory.
Use the -V option to enable verbose output that displays the status of each attempted conversion. |