Dmitriy Pavlov

Results 11 comments of Dmitriy Pavlov

@tomastigera Fixed but not complete version v3.25.0-0.dev-490-g3b818a2f1494 schema eth0(without IP) ---- bond0(10.208.201.15/24) ---- app(port 2200) > -0       [005] dNs3.   220.318140: bpf_trace_printk: eth0-----I: New packet at ifindex=2; mark=0           > -0       [005]...

sorry my mistakes The task sounded a little different eth0(no IP) ---- bond0(SUBNET1) --- bond0.208@bond0(SUBNET2)---- application(port 2200) When we start calico-node with bpfdataifacepattern:^(bond.*|tunl0$|wireguard.cali$|vxlan.calico$) Access to SUBNET2 denied I am passing...

Workaround `ALTER TABLE data_importer_importedobjects ADD CONSTRAINT temp_fix UNIQUE (content_type_id, object_pk, old_object_pk);` and run migrate `ALTER TABLE data_importer_importedobjects drop CONSTRAINT temp_fix;` and run migrate

There seems to be a bug in this function. https://github.com/seaweedfs/seaweedfs/blob/37af41fbfeaf2e9830e25b658b8bed409fa6fae6/weed/filer/filer_deletion.go#L39 For batch deletion, only the general error is checked, not the error for each Id.

> weed[470349]: I1029 00:16:54.090672 filer_deletion.go:91 failed to delete 1/1 files: 849,08d716c25a59d956: volume 849 is read only > weed[470349]: I1029 01:07:08.931075 filer_deletion.go:91 failed to delete 1/1 files: 4562,08d75fa57251f4e4: volume 4562 is...