upped sleep to 30 seconds
This commit is contained in:
@@ -507,7 +507,7 @@ if __name__ == '__main__':
|
|||||||
if response['ok']:
|
if response['ok']:
|
||||||
logger.info('Successfully set jail storage pool to {}'.format(jail_storage_pool))
|
logger.info('Successfully set jail storage pool to {}'.format(jail_storage_pool))
|
||||||
logger.debug("Sleeping for 15 seconds")
|
logger.debug("Sleeping for 15 seconds")
|
||||||
time.sleep(15)
|
time.sleep(30)
|
||||||
# restart the jails service
|
# restart the jails service
|
||||||
#jails_service_name = 'jails'
|
#jails_service_name = 'jails'
|
||||||
#logger.debug('Restarting the {} service'.format(jails_service_name))
|
#logger.debug('Restarting the {} service'.format(jails_service_name))
|
||||||
|
|||||||
Reference in New Issue
Block a user