Re: [gpfsug-discuss] How to do multiple mounts via GPFS

2022-02-23 Thread Jakobs, Julian
I've ran into the same problem some time ago.
What worked for me was this shell script I run as a @reboot cronjob:

#!/bin/bash
while [ ! -d /gpfs1/home ]
do
  sleep 5
done
mount --bind /gpfs1/home /home

-Ursprüngliche Nachricht-
Von: gpfsug-discuss-boun...@spectrumscale.org 
[mailto:gpfsug-discuss-boun...@spectrumscale.org] Im Auftrag von Justin Cantrell
Gesendet: Dienstag, 22. Februar 2022 20:24
An: gpfsug-discuss@spectrumscale.org
Betreff: Re: [gpfsug-discuss] How to do multiple mounts via GPFS

I tried a bind mount, but perhaps I'm doing it wrong. The system fails to boot 
because gpfs doesn't start until too late in the boot process.
In fact, the system boots and the gpfs1 partition isn't available for a good 
20-30 seconds.

/gfs1/home/homenone bind
I've tried adding mount options of x-systemd-requires=gpfs1, noauto.
The noauto lets it boot, but the mount is never mounted properly. Doing a 
manual mount -a mounts it.

On 2/22/22 12:37, Skylar Thompson wrote:
> Assuming this is on Linux, you ought to be able to use bind mounts for 
> that, something like this in fstab or equivalent:
>
> /home /gpfs1/home bind defaults 0 0
>
> On Tue, Feb 22, 2022 at 12:24:09PM -0500, Justin Cantrell wrote:
>> We're trying to mount multiple mounts at boot up via gpfs.
>> We can mount the main gpfs mount /gpfs1, but would like to mount 
>> things
>> like:
>> /home /gpfs1/home
>> /other /gpfs1/other
>> /stuff /gpfs1/stuff
>>
>> But adding that to fstab doesn't work, because from what I 
>> understand, that's not how gpfs works with mounts.
>> What's the standard way to accomplish something like this?
>> We've used systemd timers/mounts to accomplish it, but that's not ideal.
>> Is there a way to do this natively with gpfs or does this have to be 
>> done through symlinks or gpfs over nfs?
___
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss


smime.p7s
Description: S/MIME cryptographic signature
___
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss


[gpfsug-discuss] GPFS on RHEL 8.1

2019-11-11 Thread Jakobs, Julian
Hello,

 

has anyone already tried Spectrum Scale on RHEL 8.1? I can see from the GPFS
FAQ that "RHEL 8" (no minor version indicated) is supported as of the 5.0.4
release. However latest kernel level fully tested is 4.18.0-80, indicating
that only RHEL 8.0 was tested. I tested an installation with 8.1 (kernel
version 4.18.0-147) and mmbuildgpl failed due to errors while compiling the
gpl (incompatible pointer type).

Is this expected behaviour or is there maybe something else wrong with the
installation?

 

If this needs a new GPFS release, is there an estimated time? I would much
prefer to install it with RHEL 8.1 due to 8.0 not being a EUS release.

 

Best,

Julian Jakobs



smime.p7s
Description: S/MIME cryptographic signature
___
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss