From 02d2edb46722d7b0a7c654598cd789270608c24e Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 26 Mar 2019 14:30:52 -0700 Subject: [PATCH] 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 --- utils/src/format.h | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/src/format.h b/utils/src/format.h index 6d1bd222..cbbd5e5f 100644 --- a/utils/src/format.h +++ b/utils/src/format.h @@ -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;