MogileFS::ReplicationPolicy::Union - satisfy 2 or more replication policies


mogilefs-server documentation  | view source Contained in the mogilefs-server distribution.

Index


NAME

Top

MogileFS::ReplicationPolicy::Union -- satisfy 2 or more replication policies

RULES

Top

Use this replication policy to satisfy multiple replication policies. For instance:

    Union(MultipleHosts(3), OnDevice(7))

Would make sure a class' files replicate on 3 unique hosts, and are also on device 7 (which is perhaps your backup device).

SEE ALSO

Top

MogileFS::Worker::Replicate

MogileFS::ReplicationPolicy

MogileFS::ReplicationPolicy::MultipleHosts

MogileFS::Class


mogilefs-server documentation  | view source Contained in the mogilefs-server distribution.