Update 'freenas_network_unlock.py'
This commit is contained in:
@@ -25,10 +25,15 @@ VOLUMES = requests.get(
|
|||||||
verify='{}'.format(config.CA_CERT_PATH),
|
verify='{}'.format(config.CA_CERT_PATH),
|
||||||
).json()
|
).json()
|
||||||
|
|
||||||
|
|
||||||
for volume in VOLUMES:
|
for volume in VOLUMES:
|
||||||
if volume['is_decrypted'] == False:
|
if volume['is_decrypted'] == False:
|
||||||
print(volume['vol_guid'])
|
#request.post(
|
||||||
|
# 'https://{}/api/v1.0/storage/volume/{}/unlock/'.format(config.HOSTNAME,volume.name),
|
||||||
|
# data={'passphrase': '{}'.format(config.POOLS[volume.name])},
|
||||||
|
# auth=('root', '{}'.format(config.ROOT_PASSWORD)),
|
||||||
|
# verify='{}'.format(config.CA_CERT_PATH),
|
||||||
|
#).json()
|
||||||
|
print(config.POOLS[volume.name])
|
||||||
#else:
|
#else:
|
||||||
#print("Host,{}, is not online".format(FREENAS_HOST))
|
#print("Host,{}, is not online".format(FREENAS_HOST))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user