diff options
| author | zemul <zemul@foxmail.com> | 2023-04-29 23:31:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-29 08:31:05 -0700 |
| commit | e9fda774f44a5897d78e97dd68494e24581a6de9 (patch) | |
| tree | 09d07f41d5564676897e6b32392099f1d6015a16 /weed/operation/assign_file_id.go | |
| parent | 4867aa03ab9b9bbeee5b326f520544c2977f74da (diff) | |
| download | seaweedfs-e9fda774f44a5897d78e97dd68494e24581a6de9.tar.xz seaweedfs-e9fda774f44a5897d78e97dd68494e24581a6de9.zip | |
[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>
Diffstat (limited to 'weed/operation/assign_file_id.go')
| -rw-r--r-- | weed/operation/assign_file_id.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/operation/assign_file_id.go b/weed/operation/assign_file_id.go index 135c5201e..c2f5a806d 100644 --- a/weed/operation/assign_file_id.go +++ b/weed/operation/assign_file_id.go @@ -137,6 +137,7 @@ type StorageOption struct { TtlSeconds int32 Fsync bool VolumeGrowthCount uint32 + SaveInside bool } func (so *StorageOption) TtlString() string { |
