scoutfs-utils: remove super server_addr

The server no longer stores the address to connect to in the super
block.  It's now stored in the quorum config and voting blocks.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2019-04-12 10:54:20 -07:00
committed by Zach Brown
parent ea969a5dde
commit 02d2edb467
-1
View File
@@ -449,7 +449,6 @@ struct scoutfs_super_block {
__le64 next_compact_id;
struct scoutfs_btree_root alloc_root;
struct scoutfs_manifest manifest;
struct scoutfs_inet_addr server_addr;
struct scoutfs_quorum_config quorum_config;
} __packed;