summaryrefslogtreecommitdiffstats
path: root/extras/snap_scheduler/snap_scheduler.py
Commit message (Expand)AuthorAgeFilesLines
* extras/snap_scheduler: changes in gluster-shared-storage mount pathShwetha K Acharya2020-09-101-1/+1
* snap_scheduler: python3 compatibility and new test caseSunny Kumar2020-03-261-1/+1
* python3: Fix python3 compatibilityNigel Babu2018-09-141-32/+34
* core: python3Kaleb S. KEITHLEY2018-08-291-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-161-6/+6
* core/various: python3 compat, prepare for python2 -> python3Kaleb S. KEITHLEY2018-05-021-9/+9
* core/build/various: python3 compat, prepare for python2 -> python3Kaleb S. KEITHLEY2018-03-281-1/+1
* snapshot/scheduler: handle the exception when SELinux is absentRishabh Dave2017-10-151-2/+7
* snapshot/scheduler: Set sebool cron_system_cronjob_use_shares to onAvra Sengupta2016-11-161-0/+90
* snapshot/scheduler: Removing dependency of scheduler on eventingAvra Sengupta2016-11-181-16/+61
* snapshot/eventsapi: Integrate snapshot events with eventsapiAvra Sengupta2016-08-261-1/+76
* snapshot/scheduler: Check if volume exists before adding/editing schedulesAvra Sengupta2015-08-051-21/+67
* snapshot/scheduler: Output correction of initialisationAvra Sengupta2015-08-141-2/+2
* snapshot/scheduler: Use /var/run/gluster/shared_storage/snaps/tmp_file for wr...Avra Sengupta2015-07-051-6/+6
* snapshot/scheduler: Handle OSError in os. callbacksAvra Sengupta2015-06-041-8/+8
* snapshot/scheduler: Modified main() function to take arguments.nnDarshan2015-05-121-3/+3
* snapshot/scheduler: Return proper error code in case of failureAvra Sengupta2015-05-291-61/+81
* snapshot/scheduler: Do not enable scheduler if another scheduler is runningAvra Sengupta2015-05-071-2/+85
* snapshot/scheduler: Use os.path.realpath() for path validationAvra Sengupta2015-04-301-1/+1
* snapshot/scheduler: Use shutil.move instead of os.rename()Avra Sengupta2015-04-291-2/+3
* snapshot/scheduler: Adhering to the common storage for schedulerAvra Sengupta2015-04-091-6/+19
* snapshot/scheduler: Validate the number of entries in scheduleAvra Sengupta2015-04-091-0/+12
* snapshot/scheduler: Fix deleting of snapshot scheduleAvra Sengupta2015-04-091-9/+10
* snapshot/scheduler: Only run if shared storage is mountedAvra Sengupta2015-04-061-39/+70
* snapshot/scheduler: Remove unwanted schedule enable checkAvra Sengupta2015-04-061-109/+74
* snapshot/scheduler: Check the correctness of Jobname and VolnameAvra Sengupta2015-04-061-0/+27
* snapshot/scheduling: A cron based scheduler for snapshot schedulingAvra Sengupta2015-02-091-0/+525