bucketfs_add

This job adds a BucketFS service.

Mandatory Parameters

Parameter Name Data Type Description
bucketfs_name string BucketFS service name.
http_port string, integer The http port of the bucketFS service. If the value for HTTPSPort is anything but 0, this parameter is ignored. To ensure http is deactivated, enter 0.
https_port string, integer The https port for the BucketFS service. To ensure the https connection is deactivated, enter 0 .
owner tuple, list Tuple (User id, group id) of the database owner in type integer or (user name, user group name).

Optional Parameters

Parameter Name Data Type Description
sync_key string Synchronization key in base 64 format.
sync_period string, integer Synchronization interval in seconds.
path string Path to the BucketFS service.
mode string One of the following service modes: BucketFS, rsync or SDFS.
bucketvolume string The SDFS volume name.

Substitute Parameters

There are no substitute parameters.

Allowed Users

The following users are allowed to run this job:

  • root

Allowed Groups

The following groups are allowed to run this job:

  • root
  • exabfsadm
  • exaadm

Examples

The following code snippets show how to use this job using both Python (via XML-RPC) and on the command-line using confd_client.