mirror of https://git.48k.eu/ogclient
#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
parent
cb9edc8d95
commit
b5c3f58cc4
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue