diff --git a/weed/filer/filer_notify_append.go b/weed/filer/filer_notify_append.go index 9150f92d6..3efcc4fc9 100644 --- a/weed/filer/filer_notify_append.go +++ b/weed/filer/filer_notify_append.go @@ -55,6 +55,7 @@ func (f *Filer) assignAndUpload(targetFile string, data []byte) (*operation.Assi Count: 1, Collection: util.Nvl(f.metaLogCollection, rule.Collection), Replication: util.Nvl(f.metaLogReplication, rule.Replication), + DiskType: rule.DiskType, WritableVolumeCount: rule.VolumeGrowthCount, }