EnglishFrenchSpanish

Ad


OnWorks favicon

sxvol-create - Online in the Cloud

Run sxvol-create in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command sxvol-create that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


sxvol-create - create volumes on SX clusters

SYNOPSIS


sxvol create [OPTIONS] -r N -s SIZE -o username sx://[profile@]cluster/volume

DESCRIPTION


Create a remote volume with specific settings. Only cluster administrators can create
volumes.

OPTIONS


-h, --help
Print help and exit

--full-help
Print help, including hidden options, and exit

-V, --version
Print version and exit

-r, --replica=NUMBER
Set the replica count for the volume. This is a mandatory option and specifies how
many times the data will be replicated on different nodes. For example, with
replica count 2 the volume data will still be available when one of the nodes,
which includes the volume data fails (because there's still another node with the
copy of the data).

-o, --owner=NAME
Set the owner of the volume. The owners can modify volume ACLs (see sxacl(1)) and
other settings. This option is mandatory.

-s, --size=SIZE
Set the size of the new volume. The size can be followed by one of the following
suffixes: K(-ilobytes), M(-megabytes), G(-igabytes) and T(-erabytes) suffixes. This
option is mandatory.

-f, --filter=NAME[="FILTER_OPTIONS"]
Enable selected filter for the new volume. The filters can do some additional
processing of the data (such as compression or encryption), see sxvol-filter(1) for
more information.

--max-revisions=NUMBER
Set the maximum number of revisions to keep for files in the volume. The revisions
are other versions of the file stored when the file gets modified. The default
value is 1, which means that only a single version of the file will be stored. See
sxrev(1) for more information about revisions.

-D, --debug
Enable debug messages

-c, --config-dir=PATH
Path to the SX configuration directory (default: ~/.sx)

-c, --filter-dir=PATH
Path to the SX filter directory (default: /usr/lib/sxclient)

EXAMPLES


To create a 5GB volume 'data' with replica count 2, owned by 'joe', which uses the
compression filter 'zcomp' run:
sxvol create -r 2 -o joe -s 5G -f zcomp sx://admin@cluster/data

To create an encrypted volume with replica 3 and default settings for 'admin' run:
sxvol create -r 3 -o admin -f aes256 sx://admin@cluster/encrypted

Use sxvol-create online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad