#1037 Add disk type

Add ogClient support to receive, parse and send disk type data from the cloning
engine when refreshing disks configuration.

See also commits with #1037 in ogServer and WebConsole repo.
more_events
Javier Sánchez Parra 2021-05-24 09:52:22 +02:00 committed by OpenGnSys Support Team
parent cb9edc8d95
commit b5c3f58cc4
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class OgLiveOperations:
params = dict(param.split('=') for param in line.split('\t'))
# Parse partition configuration.
part_setup['disk'] = params['disk']
part_setup['disk_type'] = params.get('dtype', '')
part_setup['partition'] = params['par']
part_setup['code'] = params['cpt']
part_setup['filesystem'] = params['fsi']