Recently Updated Pages
Floatingips
post__floatingips_create Code samples POST /floatingips/create HTTP/1.1 Content-Type: applicat...
Configurations
get__configurations_list Code samples GET /configurations/list HTTP/1.1 Accept: application/js...
Applications
post__applications_create Code samples POST /applications/create HTTP/1.1 Content-Type: applic...
Replicating an object store
Before you begin Before you can replicate an object store, you must first make sure: Pools with ...
Replicating a file-based volume
Before you begin Before you can replicate a file-based virtual storage container (NFS or CIFS/SMB...
Create Replication Floating IP
Before you can replicate a virtual storage container (VSC, also referred to as a volume in the do...
Replication overview
The StorONE system includes a robust and flexible replication solution that can be used for high ...
Storage Provisioning
All storage in the StorONE system uses thin provisioning, which means that capacity is automatica...
StorONE system overview
Overview of the StorONE system and architecture. The S1 system is a general-purpose single stora...
Initial Setup
To complete the installation of the StorONE system, you must configure the network addresses and ...
Creating Initiator Hosts
To map a Virtual Storage Container (VSC, also referred to as a volume) to a storage area network ...
Create and Manage Drive Pools
To see a list of all available drives on a StorONE system, run the following command: resources d...
Create Volumes
To create a new volume, use applications volumes create --application=<app_name> --volume=<vol_na...
Create Floating IPs
Most StorONE deployments are highly available (HA) pairs of controller nodes. The NAS server runs...
Create Applications
Volumes and consistency groups are associated with an application instance. An application instan...
Efficiency
StorONE has implemented many innovations in the S1 system, resulting in a highly efficient storag...
Curl
# Get the authorization token curl -X 'POST' \ 'https://s1-node1.example.com/login' \ ...
Python
""" =========================================================================================...