I am running a cluster with 1 head node, 40 compute nodes, 2 data and 2 meta nodes. All nodes are running Ubuntu 20.04, kernel version 5.4.0-100-generic. They are all connected via 10 Gbit/s interfaces expect for the data and meta nodes, which are connected via 40 Gbit/s.
The file system is run by BeeGFS, meaning the /home of all users is lying on the data and meta nodes and mounted via BeeGFS to any compute and the head node. We recently updated BeeGFS from version 7.21 to 7.25 but kept the whole configuration of all beegfs-services.
However, since the update we are experiencing very low data rates (~ 10 - 20 MB/s) whenever involving BeeGFS in a file operation process like e.g. copying data from a compute node to some sub directory of /home/user. This is not a problem of the physical data servers, as beegfs-ctl --storagebench shows reasonable results. Also, if I copy a large file from some compute node or the head node to the storage node without using BeeGFS, the speed is also around some 100 MB/s, which is reasonable.
I am not sure where even to start looking as the BeeGFS configs are vast. Similarly, I don't really know what of it to include here. Please let me know if you need to see some specific part of the configuration or if you have any idea where this problem could come from.
Thanks in advance for any idea or help!
BeeGFS very slow after update
266 Views Asked by Targon At
0
There are 0 best solutions below
Related Questions in FILESYSTEMS
- Where exactly is the first data sector on a FAT file system?
- `df` command not capturing entire output in perl
- Is it possible to mount a logical volume without wiping the data?
- Speed up search of remote directories
- How to change the directory file system without losing files?
- Flutter SDK: Files Deleted Automatically (e.g., dart.exe), Errors in Android Studio
- How to store metadata for a UTF-8 text file cross-platform?
- fsck error on boot: dev/mapper/ubuntu--vg-ubuntu--lv: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY
- rouble with mounting Python code to FUSE: No response and prolonged processing ---
- mkfs.erofs erofs: failed to lookup selabel
- How to deny user access MacFuse file system by the really path
- Is it faster to read a file on an NVMe using threads?
- list folders containing mp3 files using the Capacitor Filesystem
- How to use xdg-open in bwrap environment to open dir in the unsandboxed filesystem
- How to provide content of (locally) encrypted files to the iOS and macOS system
Related Questions in DISTRIBUTED
- How to do a simple large matrix multiplication on multiple GPUs in PyTorch? I have wrote some simple codes, but works not well
- Problems encountered when using _shard_num when querying clickhouse shard sets
- Which web3 decentralized wallet is suitable to store my crypto assets and lock some of the tokens for certain time?
- How to use consistent hashing across publishers, queues, and consumers
- pytorch all_gather gives wrong output order
- How to save the JavaScript runtime state
- akka PubSub not working across distributed system
- About the parallel execution issue in Ray
- How to make models that contains `log_prob` and needs to create local tensors in `forward` parallelly trainable?
- Clickhouse Distributed Query take huge amount of network usage when using group by
- The two data nodes return different results
- Guidance on multi instance application with distributed redis
- Distributed memory table in Clickhouse
- Issue with Flink Job Failure when Using Custom Class as DataStreamSource Type
- Qdrant: Which shard is at which node? It seems like all shards are on the same node
Related Questions in DISTRIBUTED-FILESYSTEM
- Powershell Export-CSV Error - "The process cannot access the file \\xxx\hhh\fff\report.csv because it is being used by another process
- Get DFS Namespace Target Folders inside folders with no target recursively
- Delete all objects in S3 bucket except one which comes last in lexicographical order group by a prefix
- BeeGFS very slow after update
- What is a Content Delivery Network and Distributed File System?
- Getting NERR_DfsNoSuchVolume (Error code:2662) while checking DFS share path
- How does IPFS store small files (less than 1KB)
- Spark reading from distributed file system?
- IPFS search file mechanism
- How to compute the distance matrix in pyspark?
- Object storage for a web application
- Access random line in large file on Google Cloud Storage
- what interfaces should a file system provide to make it be supported by Spark?
- Alluxio with/without HDFS
- S3 vs EFS propagation delay for distributed file system?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?