From b5c3f58cc4ce8e2fd953bd64a59b58681aeecdb4 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Mon, 24 May 2021 09:52:22 +0200 Subject: #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. --- src/live/ogOperations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index 8d1040f..b5ddaeb 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -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'] -- cgit v1.2.3-18-g5258