summaryrefslogtreecommitdiffstats
path: root/xlators/bindings/python/src/glusterstack.py
Commit message (Collapse)AuthorAgeFilesLines
* Added all filesVikas Gorur2009-02-181-0/+55
ny stale spaces Change-Id: I02b16625d64426abef390c5b00473ad8a7b7d84d Signed-off-by: Akarsha <akrai@redhat.com> * Adding a function which gets all files and directories on a bricksPrasad Desala2018-07-271-0/+53 | | | | | Change-Id: I0a439b8defeb6b8e72694f1d97e1309a7ba988fa Signed-off-by: Prasad Desala <tdesala@redhat.com> * cifs: stat-prefetch while io is runningvivek das2018-07-272-0/+135 | | | | | | | | | Run IOs over cifs mount and simultaneously do a gluster volume set stat-prefetch on and off. The IOs should not fail. Change-Id: I9327e599eb3536f3c49a90d468391055ea4c3bf9 Signed-off-by: vivek das <vdas@redhat.com> * afr: split-brain resolution on a file not in split-brainroot2018-07-241-0/+234 | | | | | | | | | This test case performs split brain resolution on a file not in split-brain. This action should fail. Signed-off-by: Kartik_Burmee <kburmee@redhat.com> Change-Id: I01b9a41530498e96f6092283372798e61a9ac2b2 * added an automated dht test case: create directoryKartik_Burmee2018-07-171-0/+294 | | | | | Change-Id: I7534850d317993ee0b4c81ec06c1bdaeaf0d7535 Signed-off-by: Kartik_Burmee <kburmee@redhat.com> * Tests: ensure volume deletion works when intended.Yaniv Kaul2018-07-173-37/+77 | | | | | | | | | | | It could have failed without anyone noticing. Added 'xfail' - do we expect to fail in deletion (and changed tests accordingly) On the way, ensure stdout and stderr are logged in case of such failures. Change-Id: Ibdf7a43cadb0393707a6c68c19a664453a971eb1 Signed-off-by: Yaniv Kaul <ykaul@redhat.com> * Shorten all the logs around verify_io_procsYaniv Kaul2018-07-1747-731/+706 | | | | | | | | No functional change, just make the tests a bit more readable. It could be moved to a decorator later on, wrapping tests. Change-Id: I484bb8b46907ee8f33dfcf4c960737a21819cd6a Signed-off-by: Yaniv Kaul <ykaul@redhat.com> * README.md: add references to glustolibs-misc.Yaniv Kaul2018-07-171-2/+5 | | | |