mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-05 23:56:58 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user