hfs_add_volume(8) - Linux man page

Name

hfs_add_volume - hekafs add volume to cluster

Synopsis

hfs_add_volume [-r replica-count] [-s stripe-count] [-S use-ssl] name brick ...

Description

Define a volume consisting of the named bricks, with optional replication and/or striping.

Options

-r --replicate

specify the number of replicas
-s --stripe
specify the number of stripes
-S --ssl
enable/require SSL transport

Examples

To create a volume named a_vol from two bricks:

% hfs_add_volume a_vol 192.168.122.21:bricka 192.168.122.22:bricka

See Also

hfs_add_directory(8), hfs_add_node(8), hfs_add_tenant(8), hfs_delete_tenant(8), hfs_enable_tenant(8), hfs_list_tenants(8), hfs_list_volumes(8), hfs_mount(8), hfs_delete_volume(8), hfs_start_volume(8), hfs_stop_volume(8), hfs_update_cert(8), gluster(8), hekafs(8)

Diagnostics

Exit status is normally 0; if an error occurs, exit status is 1.

Copyright Notice

Copyright © 2011 Red Hat, Inc.