Liang Zheng
Liang Zheng
This is a customized user behavior, and users need to configure the relevant parameters themselves. For details, please refer to: https://rook.io/docs/rook/latest-release/CRDs/Cluster/ceph-cluster-crd/#ceph-config
I have tried, but the corresponding stack trace was not found in the log file. `strace -ftt -p ` [strace.PZam4yYP.txt](https://github.com/user-attachments/files/24016348/strace.PZam4yYP.txt)
I have tried but found nothing. ``` root@eflops18:~# ps ax | grep rclone 411229 pts/0 Sl 1717:24 rclone copy /mnt/csi-data-gfs/lidar/deeproute_all/samples/camera_1/ /mnt/yrfs/public-data/training/samples/camera_1/ --checkers 128 --transfers 128 --local-no-set-modtime --size-only --log-level INFO --include-from...
hi @ncw, thanks for your nice explanation, after upgrading rclone to v1.72.1, stack traces were generated approximately 10 minutes into an rclone copy command execution. I will regenerate and provide...
a new backtraces as follows, thanks. [rclone-copy.txt](https://github.com/user-attachments/files/24138372/rclone-copy.txt)
hi @lastrix, maybe you could try to set `mds_session_blocklist_on_timeout` to false from cephfs side. https://docs.ceph.com/en/quincy/cephfs/eviction/#advanced-configuring-blocklisting > If you are experiencing frequent client evictions, due to slow client hosts or an...
hi @travisn, using both `-k` and `-u` was causing duplication. ``` -k, --kernel Print the kernel uevents. -u, --udev Print the udev event after the rule processing. ``` @swinds24, kernel...
hi @swinds24, I noticed that your udevd only started **3h 26min ago**. Are you sure that you can receive udev events on the host machine, but not in the container?
> BTW, as mentioned in the issue description, udev events show as expected with the -k option, which implies that systemd-udevd does run successfully in previous environment. Thanks. yes, but...
No useful clues were found in the log above. Additionally, there's no information related to 'udevadm monitor' in the log, such as `using the regular expressions`. It seems the log...