mirror of
https://github.com/pgsty/minio.git
synced 2026-07-27 16:06:16 +03:00
update() inlineBlock settings properly in storageClass config (#19382)
This commit is contained in:
@@ -319,6 +319,7 @@ func (sCfg *Config) Update(newCfg Config) {
|
|||||||
sCfg.RRS = newCfg.RRS
|
sCfg.RRS = newCfg.RRS
|
||||||
sCfg.Standard = newCfg.Standard
|
sCfg.Standard = newCfg.Standard
|
||||||
sCfg.Optimize = newCfg.Optimize
|
sCfg.Optimize = newCfg.Optimize
|
||||||
|
sCfg.inlineBlock = newCfg.inlineBlock
|
||||||
sCfg.initialized = true
|
sCfg.initialized = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user