ansible-role-beegfs icon indicating copy to clipboard operation
ansible-role-beegfs copied to clipboard

Create beegfs server and client

Results 9 ansible-role-beegfs issues
Sort by recently updated
recently updated
newest added

It would be nice to have the support of this feature : https://doc.beegfs.io/latest/advanced_topics/multimode.html I'm currently writing the PR on a branch multimode on my repo : https://github.com/Tuxem/ansible-role-beegfs I'll create a...

I encountered 3 errors when I use your role on Oracle Cloud (Oracle Linux 7.9) with ansible 2.10.5 1. oss_dev_stat has no attributes 'path', 'islnk', 'exists', and 'lnk_source'. 2. unknown...

Failed in `TASK [stackhpc.beegfs : Ensure kernel development headers are present]` with `"No package matching 'kernel-devel-3.10.0-957.1.3.el7.x86_64' found available, installed or updated"`. The appropriate package name is constructed in `client.yml` off...

There is a report of data loss when scaling up the number of nodes with v19.8.1. This appears to happen even when `beegfs_force_format` is set to false.

If the hostname changes from, for example, openhpc-login-0.novalocal to openhpc-login-0 due to reboot, the management server fails to start.

It would be useful to support the installation of multiple major release versions of BeeGFS. The default should be the latest the role is aware of, but older versions would...

enhancement

Allow custom rights ``` - name: Ensure the BeeGFS mount point exists file: mode: 0755 path: "{{ client_path }}" state: directory become: true notify: Restart BeeGFS client service - name:...