This document describes how to create an ObjectiveFS filesystem using an existing empty bucket.
The filesystem create
command by default creates a new bucket using the filesystem name that you supply. Therefore, the filesystem name supplied should be new and not be used by any existing bucket.
If you need to use an existing empty bucket for your filesystem, you can use the -f
flag to create a filesystem using the filesystem pool feature.
Important: The bucket should be empty and not used for any other purposes. ObjectiveFS expects to manage all contents of this bucket, and to have only its files in that bucket.
Command to create a new filesystem using an existing empty bucket:
$ sudo mount.objectivefs create -f <bucket name>/<filesystem name>
-f
flag option needs to be run only once on each bucket to convert it into an ObjectiveFS filesystem pool.-f
option.$ sudo mount.objectivefs create -f mybucket/myfs1
$ sudo mount.objectivefs create mybucket/myfs2
$ sudo mount.objectivefs create mybucket/myfs3
$ sudo mount.objectivefs mybucket/myfs1 /ofs
Questions? Please email us at support@objectivefs.com