Hi Jeff,
I understand the idea behind patch [1] but it breaks the operation of overlayfs
with cephfs. Should the patch be abandoned and tests be modified or should
overlayfs code be adapted to work with cephfs, if that's possible?
Either way, it'd be nice if overlayfs could work again with cep
Hi Jeff,
I understand the idea behind patch [1] but it breaks the operation of
overlayfs with cephfs. Should the patch be abandoned and tests be
modified or should overlayfs code be adapted to work with cephfs, if
that's possible?
Either way, it'd be nice if overlayfs could work again with c
Yes, you'd have to apply the patch to that kernel yourself. No RHEL7
kernels have that patch (so far). Newer RHEL8 kernels _do_ if that's an
option for you.
-- Jeff
On Mon, 2020-11-09 at 19:21 +0100, Frédéric Nass wrote:
> I feel lucky to have you on this one. ;-) Do you mean applying a
> specifi
Updating kernel versions has improved many Ceph-related things for me.
I don't use CentOS, but at a glance I see that you can get newer
kernels via "Elrepo". I would seriously consider doing so. Even
sticking with an LTS kernel, you can still get much newer kernels (up
to 5.4.75). (https://www.kern
I feel lucky to have you on this one. ;-) Do you mean applying a
specific patch on 3.10 kernel? Or is this one too old to have it working
anyways.
Frédéric.
Le 09/11/2020 à 19:07, Luis Henriques a écrit :
Frédéric Nass writes:
Hi Luis,
Thanks for your help. Sorry I forgot about the kernel
Luis,
I gave RHEL 8 and kernel 4.18 a try and it's working perfectly! \o/
Same commands, same mount options. Does anyone know why and if there's
any chances I can have this working with CentOS/RHEL 7 and 3.10 kernel?
Best regards,
Frédéric.
Le 09/11/2020 à 15:04, Frédéric Nass a écrit :
Hi
Frédéric Nass writes:
> Hi Luis,
>
> Thanks for your help. Sorry I forgot about the kernel details. This is latest
> RHEL 7.9.
>
> ~/ uname -r
> 3.10.0-1160.2.2.el7.x86_64
>
> ~/ grep CONFIG_TMPFS_XATTR /boot/config-3.10.0-1160.2.2.el7.x86_64
> CONFIG_TMPFS_XATTR=y
>
> upper directory /upperdir i
Hi Luis,
Thanks for your help. Sorry I forgot about the kernel details. This is
latest RHEL 7.9.
~/ uname -r
3.10.0-1160.2.2.el7.x86_64
~/ grep CONFIG_TMPFS_XATTR /boot/config-3.10.0-1160.2.2.el7.x86_64
CONFIG_TMPFS_XATTR=y
upper directory /upperdir is using xattrs
~/ ls -l /dev/mapper/vg0-
Frédéric Nass writes:
> Hello,
>
> I would like to use a cephfs snapshot as a read/write volume without having to
> clone it first as the cloning operation is - if I'm not mistaken - still
> inefficient as of now. This is for a data restore use case with Moodle
> application needing a writable da