diff options
| -rw-r--r-- | geo-replication/src/peer_mountbroker.py.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/geo-replication/src/peer_mountbroker.py.in b/geo-replication/src/peer_mountbroker.py.in index 8f2367b7d49..b44192bef2c 100644 --- a/geo-replication/src/peer_mountbroker.py.in +++ b/geo-replication/src/peer_mountbroker.py.in @@ -270,7 +270,7 @@ class CliStatus(Cmd):          for p in out:              node_data = p.output -            if node_data == "": +            if node_data == "" or node_data == "N/A":                  node_data = {}              users_row_data = ""  | 
