iSCSI support, audit wizard, CSV improvements, bug fixes #1
@@ -323,7 +323,7 @@ async def _migrate_iscsi_portals(
|
|||||||
|
|
||||||
for portal in portals:
|
for portal in portals:
|
||||||
comment = portal.get("comment", "")
|
comment = portal.get("comment", "")
|
||||||
ips = ", ".join(f"{l['ip']}:{l['port']}" for l in portal.get("listen", []))
|
ips = ", ".join(l['ip'] for l in portal.get("listen", []))
|
||||||
log.info("%s iSCSI portal %s [%s]", _bold("──"), _bold_cyan(repr(comment)), ips)
|
log.info("%s iSCSI portal %s [%s]", _bold("──"), _bold_cyan(repr(comment)), ips)
|
||||||
|
|
||||||
my_ips = _ip_set(portal)
|
my_ips = _ip_set(portal)
|
||||||
|
|||||||
Reference in New Issue
Block a user