Skip to content

Commit 541f68d

Browse files
committed
Remove the comments about the ledger, we do that in #2972
1 parent 9d00c93 commit 541f68d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

sled-agent/src/services.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -237,20 +237,6 @@ fn default_storage_services_ledger_path() -> PathBuf {
237237
.join(STORAGE_SERVICES_CONFIG_FILENAME)
238238
}
239239

240-
// TODO(ideas):
241-
// - "ServiceLedger"
242-
// - Manages the serializable "AllZoneRequests" object
243-
// - Constructor which reads from config location (kinda like
244-
// "read_from")
245-
// - ... Writer which *knows the type* to be serialized, so can direct it to the
246-
// appropriate output path.
247-
//
248-
// - TODO: later: Can also make the path writing safer, by...
249-
// - ... TODO: Writing to both M.2s, basically using multiple output paths
250-
// - ... TODO: Using a temporary file and renaming it to make the update atomic
251-
// - ... TODO: Add a .json EXPECTORATE test for the format of "AllZoneRequests"
252-
// - we need to be careful not to break compatibility in the future.
253-
254240
// A wrapper around `ZoneRequest`, which allows it to be serialized
255241
// to a toml file.
256242
#[derive(Clone, serde::Serialize, serde::Deserialize)]

0 commit comments

Comments
 (0)