Class OpenZfsFileSystemRootVolumeConfiguration


  • public final class OpenZfsFileSystemRootVolumeConfiguration
    extends java.lang.Object
    • Method Detail

      • copyTagsToSnapshots

        public java.util.Optional<java.lang.Boolean> copyTagsToSnapshots()
        Returns:
        A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
      • dataCompressionType

        public java.util.Optional<java.lang.String> dataCompressionType()
        Returns:
        Method used to compress the data on the volume. Valid values are `LZ4`, `NONE` or `ZSTD`. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume.
      • readOnly

        public java.util.Optional<java.lang.Boolean> readOnly()
        Returns:
        specifies whether the volume is read-only. Default is false.
      • recordSizeKib

        public java.util.Optional<java.lang.Integer> recordSizeKib()
        Returns:
        Specifies the record size of an OpenZFS root volume, in kibibytes (KiB). Valid values are `4`, `8`, `16`, `32`, `64`, `128`, `256`, `512`, or `1024` KiB. The default is `128` KiB.