Volumes:
ClusterID-nyw5e-000000000000000:
AccessViaHosts:
"http://keep0.ClusterID.example.com:25107": {}
Driver: Directory
DriverParameters:
# The directory that will be used as the backing store.
Root: /mnt/local-disk
# How much replication is performed by the underlying
# filesystem. (for example, a network filesystem may provide
# its own replication). This is used to inform replication
# decisions at the Keep layer.
Replication: 1
# If true, do not accept write or trash operations, only
# reads.
ReadOnly: false
# Storage classes to associate with this volume.
StorageClasses: null
ClusterID-nyw5e-000000000000001:
AccessViaHosts:
"http://keep1.ClusterID.example.com:25107": {}
Driver: Directory
DriverParameters:
Root: /mnt/local-disk
Volumes:
ClusterID-nyw5e-000000000000002:
AccessViaHosts:
# This section determines which keepstore servers access the
# volume. In this example, keep0 has read/write access, and
# keep1 has read-only access.
#
# If the AccessViaHosts section is empty or omitted, all
# keepstore servers will have read/write access to the
# volume.
"http://keep0.ClusterID.example.com:25107/": {}
"http://keep1.ClusterID.example.com:25107/": {ReadOnly: true}
Driver: Directory
DriverParameters:
Root: /mnt/network-attached-filesystem
Replication: 2