Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

jwegner89/compellent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compellent REST Utilities

This project comprises utilities to interact with a Dell Compellent Storage Manager server using the REST API that the Data Collector exposes. It is written in Python 3, and fully tested using Python 3.6. It is likely compatible with earlier Python 3.x releases, but these releases have not been tested.

The utility is accessed through the compellent module, and exposes simple access to query information about volumes mapped to servers, take snapshots of a particular volume, and create and mount a view volume of a volume from a source server to a target server.

This module layout was adapted from Kenneth Reitz's samplemod, with the intent to package the module using WinPython and Inno Setup.

Certain code was inspired by the official Dell Storage Flocker Driver, but none has been intentionally copied.

The code is hosted on my Compellent repo.