[Filer] post add param:saveInside (#4434)

* fix:mount deadlock

* feat: filer http upload to metadata

* feat: /etc save inside

---------

Co-authored-by: zemul <zhouzemiao@ihuman.com>
This commit is contained in:
zemul
2023-04-29 23:31:05 +08:00
committed by GitHub
parent 4867aa03ab
commit e9fda774f4
3 changed files with 22 additions and 2 deletions

View File

@@ -137,6 +137,7 @@ type StorageOption struct {
TtlSeconds int32
Fsync bool
VolumeGrowthCount uint32
SaveInside bool
}
func (so *StorageOption) TtlString() string {