How to configure a BeeGFS client in Multi Mode #77
Unanswered
ldemarco72
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi at all
I configured a BeeGFS multi mode following the BeeGFS multi mode documentation https://doc.beegfs.io/latest/advanced_topics/multimode.html.
As in the doc example I have 2 different instance for metadata and storage target (inst1.id and inst2.id).
My question is, how should configure the BeeGFS client for have client-inst1 that it use the metadata-inst1 and storage-inst1 and client-inst2 that it use metadata-inst2 and storage-inst2 ?
I already configured in /etc/beegfs/ a beegfs-client-inst1.conf and beegfs-client-inst2.conf files both with connClientPort customized and I defined the beegfs-mounts.conf with the mount paths
/mnt/scratch /etc/beegfs/beegfs-client-inst1.conf
/mnt/home /etc/beegfs/beegfs-client-inst2.conf
The beegfs-client.service start up but all the mount points work just under inst1.
can anyone help me with some tips?
Regards
Luca
Beta Was this translation helpful? Give feedback.
All reactions