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
265 Views Asked by Targon At
0
There are 0 best solutions below
Related Questions in FILESYSTEMS
- What kernel level functions are called when we perform write in ext3 file system?
- How to save a file to desired location in c++?
- MongoDB over Traditional File Based System
- How to reliably detect that an atomic move of a directory failed because the target already exists
- Meteor - Create a new folder in the public directory on account creation
- Storing images in MSSQL vs Disk
- Why segment files into chunks for HTTP streaming?
- Difference between stdout and /dev/stdout
- find and remove all closed files that are not modified in some-time
- TypeScript + Node.js FileSystem issue
- Scan folders with non English letters in a given directory
- unknown field 'ioctl' specified in initializer
- how can i encrypt every file with a different key using encFS
- How is a file loaded in the FAT file system?
- Ext.device.filesystem.FileEntry.read() - type: "text" returns blank file
Related Questions in DISTRIBUTED
- Fill an array with spmd in Matlab
- Hazelcast Distributed Lock with iMap
- is sharding same as distributed database in mongoDB?
- How to start distributed Erlang app without starting dependencies at every node?
- Spark tasks doesn't seem to be well distributed
- OrientDB to automatically create databases on startup
- Unequal distribution of packets in distributed system
- Logical Clocks: Lamport Timestamps
- MPI Random Broadcasting
- Hazelcast (Java) and ETCD (golang) differences/similarities?
- IP addresses in distributed systems
- Usage of RemoteCache with DeltaAware and Delta interface infinispan
- How to achieve similar color distribution with fewer pixels?
- How can I ensure a periodic task will run forever on a linux machine?
- Warning that "unknown addresses are found in partition table"
Related Questions in DISTRIBUTED-FILESYSTEM
- Hadoop mapper class not found
- Powershell Export-CSV Error - "The process cannot access the file \\xxx\hhh\fff\report.csv because it is being used by another process
- what interfaces should a file system provide to make it be supported by Spark?
- HBASE with Distributed File System?
- Delete all objects in S3 bucket except one which comes last in lexicographical order group by a prefix
- Getting NERR_DfsNoSuchVolume (Error code:2662) while checking DFS share path
- BeeGFS very slow after update
- 3Phase commit protocol - Distributed System
- How to obtain an InputStream when opening an IgnitePath (returns HadoopIgfsSecondaryFileSystemPositionedReadable)?
- Implementing blob storage
- Is the filesystem on Azure Websites distributed?
- Why do small files create hot spots in the Google File System?
- std::ifstream accesses network files in mac osx
- Writing files locally vs. remote file system?
- What is a Content Delivery Network and 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 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?