mirror of
https://github.com/minio/minio.git
synced 2024-12-25 14:45:54 -05:00
xl-meta: update metadata version (#15958)
This commit is contained in:
parent
0f0e154315
commit
dc92bb4646
@ -465,7 +465,7 @@ func (x xlMetaInlineData) files(fn func(name string, data []byte)) error {
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
xlHeaderVersion = 2
|
xlHeaderVersion = 2
|
||||||
xlMetaVersion = 1
|
xlMetaVersion = 2
|
||||||
)
|
)
|
||||||
|
|
||||||
func decodeXLHeaders(buf []byte) (versions int, b []byte, err error) {
|
func decodeXLHeaders(buf []byte) (versions int, b []byte, err error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user