diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-27 17:57:54 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-09 16:23:37 +0200 |
commit | 38d6ac429506f9f488ac522581b12fa530442a59 (patch) | |
tree | ac3d2b81f50c9b91038019649c3b096afeeb9a3d /src/rpc/layout.rs | |
parent | 6005491cd8adf569c0b7f88fc6b3af3f166963ea (diff) | |
download | garage-38d6ac429506f9f488ac522581b12fa530442a59.tar.gz garage-38d6ac429506f9f488ac522581b12fa530442a59.zip |
New multipart upload table layout
Diffstat (limited to 'src/rpc/layout.rs')
-rw-r--r-- | src/rpc/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/layout.rs b/src/rpc/layout.rs index b6c2fd27..c2655e59 100644 --- a/src/rpc/layout.rs +++ b/src/rpc/layout.rs @@ -119,7 +119,7 @@ mod v09 { } impl garage_util::migrate::Migrate for ClusterLayout { - const VERSION_MARKER: &'static [u8] = b"Glayout09"; + const VERSION_MARKER: &'static [u8] = b"G09layout"; type Previous = v08::ClusterLayout; |