Skip to main content

QuantaStor

OSNEXUS QuantaStor Python Client Library


The python library for QuantaStor simplifies the process of automating QuantaStor management operations via python scripts. All of the published QuantaStor REST APIs as documented on the OSNEXUS documentation wiki are callable via the python client.


System Requirements for QuantaStor

The QuantaStor Python Client Library requires a QuantaStor box to interact with. The minimum requirements for your storage system vary based on the workload. Use our Solution Design Tools to help you find the solution that best fits your use-case and budget. The minimum requirements provided in this documentation serves as the bare minimum to explore using the software and its capabilities.

  • Intel Xeon or AMD x64 bit server (or virtual server)
  • 16GB RAM
  • 2x SSDs for system/boot drives
    • Boot drives should be hardware mirrored and should be atleast 64GB in size.
  • One or more disks per system for storage pools. (SSD/NVMe/PCI SSD/SATA/SAS/FC/iSCSI/AoE)
  • Download QuantaStor USB/ISO Installation Media for installation.

Installation

Install Quantastor

To use the QuantaStor Python Client Library, you must first install QuantaStor on your server hardware or use a QuantaStor virtual system. Installation of QuantaStor will also include python3. QuantaStor ISO files are created as hybrid ISO files which can be written to DVD media with DVD writting software or directly copied to a USB flash drive using dd. Follow the installation guide on our support wiki to get started. The installation guide provides instructions for installation and configuration on both server hardware and virtual machines.

Run pip Installer

Using the PYPI pip installer run the following command to install the quantastor python client library:

On Linux/Unix

$ sudo python3 -m pip install quantastor-pkg

Testing qs_client Installation

Start the python3 interpreter:

$ python3

Import quantastor_sdk_enabled() function from the library:

>>> from quantastor.qs_client import quantastor_sdk_enabled

The following should print out 'True':

>>> print (quantastor_sdk_enabled())

Examples

See the ./examples/ directory for examples:

  1. Basic Example

The basic example for the QuantaStor Python Client Library (example.py) does one operation to get information about the storage system that is specified from the command line and dumps the response data in JSON format. You can use this Python script as a basic template to build off of for QuantaStor automation.

  1. StorageVolume

The file example_sv.sh is a bash script that utilizes two python scripts, vol_setup.py and acl_attach.py, to create an example storage volume and host. It then utilizes the qs-util QuantaStor tool-set to add a host initiator and login to an ISCSI session with the example storage volume.

  1. NetworkShare

The file example_ns.sh is a bash script that utilizes the shr_setup.py python script to create an example network share. Then using the zfs mount command, mounts the network share to the local mount directory /mnt/testMount.


Python Interpreter Usage

To quickly do operations from the commandline you can easily utilize the QuantaStor Python Client Library strait from the Python3 interpreter. Run the following commands in the python interpreter to set up a client connection to your QuantaStor server. Replace 'hostIP', 'username', and 'password' with your own credentials:

>>> from qs_client import QuantastorClient
>>> client = QuantastorClient('hostIP', 'username', 'password')

Requests are sent using HTTPS see the 'SSL Certs' section to learn to generate your own 'qs-ca-cert' to use for host verification. If you do not provide your own ca-cert, your client will warn you that 'requests cannot be verified'.

Once you have generated an instance of the 'QuantastorClient' class you can start making REST service calls to your QuantaStor server. The following is a simple example usage similar to the 'example.py' script:

>>> system = client.storage_system_get()

This command will return your QuantaStor storage system as a 'StorageSystem' object. You can view the meta of any object class in JSON format (pretty print) by using the StorageSystem.exportJson() function and the dumps() function from the python json module.

>>> import json
>>> print (json.dumps(system.exportJson(), sort_keys=True,  indent=4, separators=(',', ': ')))

For more information about our REST API methods and objects see our Reference Guide.


SSL Certs

The 'QuantastorClient' class supports HTTPS ca-cert verification. You can provide the full path to your certification file as the fourth argument when creating an instance of the 'QuantastorClient' class:

client = QuantastorClient('hostIP', 'username', 'password','/full/path/to/cert')

The certification path is an optional argument, but you will be warned that your requests cannot be verified if you do not provide one or if your certification path does not exist. If you do provide a valid ca-cert file, REST service calls will only succeed if your SSL verification succeeds.

Release files for quantastor-pkg 1.0.9

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for quantastor-pkg 1.0.9
File Size Uploaded
quantastor-pkg-1.0.9.tar.gz 91.6 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for quantastor-pkg 1.0.9
File Interpreter ABI Platform
quantastor_pkg-1.0.9-py3-none-any.whl Python 3 none any Details
quantastor_pkg-1.0.9-py2-none-any.whl Python 2 none any Details

Total release size: 445.8 kB

Release files / quantastor-pkg-1.0.9.tar.gz

Download URL quantastor-pkg-1.0.9.tar.gz
Size 91.6 kB
Tags Source
SHA-256 checksum
How to use checksums
ecd80d315a9dc16bb765674a2a1a88e376d05c20bcb835e2a9a4fae8af4f8079
BLAKE2b-256 checksum
How to use checksums
113586a2049fc65e3c95c02ccd40cf28c14a187fe7b09d19a0a6f80fb2155cba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

Release files / quantastor_pkg-1.0.9-py3-none-any.whl

Download URL quantastor_pkg-1.0.9-py3-none-any.whl
Size 177.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
91410167ad61c5d2148dca2557fd65c1a9326cbe564ab87a7274c0a06a5ce2dc
BLAKE2b-256 checksum
How to use checksums
b112f004b5030cf111cce85ec90308debe2c08709ae599ed1e6414a2639b5f3a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

Release files / quantastor_pkg-1.0.9-py2-none-any.whl

Download URL quantastor_pkg-1.0.9-py2-none-any.whl
Size 177.1 kB
Tags Python 2
SHA-256 checksum
How to use checksums
e6462383cec13cd1c70f96dc35df3cb29517de45b153726aec4b7829966a68a8
BLAKE2b-256 checksum
How to use checksums
1fad092c93367a99feb6bbb9b281ccaa62603c083d227c9cb60ed079b08657d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

Release history Release notifications | RSS feed

This release

1.0.9 This release

3 release files

1.0.8

3 release files

1.0.7

3 release files

1.0.6

3 release files

1.0.5

3 release files

1.0.4

3 release files

1.0.3

3 release files

1.0.2

3 release files

1.0.1

3 release files

1.0.0

4 release files

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page