summaryrefslogtreecommitdiffstats
path: root/gluster/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor volume initialization codePrashanth Pai2015-06-171-0/+18
* Validate inputs during initialization of Volume object. * Move glfs_new() and glfs_init() into mount() method. * Provide user consumable unmount() method. * Provide "mounted" property to Volume object. Users can now check state whether a volume is virtual mounted or not. Change-Id: Idc53ee7f9386ed995315bd5fb492a7d36f44875f Signed-off-by: Prashanth Pai <ppai@redhat.com>