removed comments
This commit is contained in:
@@ -465,10 +465,7 @@ if __name__ == '__main__':
|
||||
logger.error('Dataset {} was NOT unlocked successfully'.format(dataset['name']))
|
||||
else:
|
||||
logger.info('Dataset {} is already unlocked'.format(dataset['name']))
|
||||
|
||||
#print('pool {0} is decrypted: {1}'.format(pool['name'],pool['is_decrypted']))
|
||||
# this line should be after the actual unlock on the disk
|
||||
#logger.debug("Decrypted {0} pool key.".format(name))
|
||||
|
||||
# start any jails that are set to start on boot but are most likely on an encrypted pool
|
||||
API_JAILS = request('jail', api_key)['response']
|
||||
for jail in API_JAILS:
|
||||
|
||||
Reference in New Issue
Block a user