mirror of https://git.48k.eu/ogclient
live: bogus error in logs when connecting to ogserver
This error is bogus: (2024-11-14 09:05:37) ogClient: [ERROR] - Partition query error for /dev/sdb: No medium found skip if device cannot be opened instead.master v1.3.2-23
parent
f5f8771b6f
commit
90a9ba9543
|
@ -814,7 +814,6 @@ class OgLiveOperations:
|
|||
partitions = get_partition_data(device=f'/dev/{disk}')
|
||||
disk_data = get_disk_data(device=f'/dev/{disk}')
|
||||
except Exception as e:
|
||||
logging.error(e)
|
||||
continue
|
||||
|
||||
self._refresh_payload_disk(disk_data, part_setup, num_disk)
|
||||
|
|
Loading…
Reference in New Issue