Skip to content

Populate Jail: 'Operation not supported (95)' error with rsync when using AWS EFS as shared storage #1409

@sujals0804

Description

@sujals0804

Description:

  • We are trying to deploy soperator (v1.21.10) on an AWS EKS cluster and are encountering an issue in the populate-jail pod logs (attached below).
  • We are using EFS as shared storage, and it appears that EFS does not support extended attributes related to SELinux in the security namespace.

Environment:

  • soperator version: v1.21.10
  • Platform: AWS EKS
  • Shared storage: Amazon EFS

Logs:
rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/dpkg.log","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/faillog","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/lastlog","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/wtmp","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/apt","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/apt/eipp.log.xz","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/apt/history.log","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/apt/term.log","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/journal","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/munge","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/nvidia-dcgm","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/private","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/sysstat","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/log/unattended-upgrades","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/mail","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/opt","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/spool","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/spool/mail","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/spool/slurmd","security.selinux") failed: Operation not supported (95) rsync: [receiver] rsync_xal_set: lsetxattr("/mnt/jail/var/tmp","security.selinux") failed: Operation not supported (95)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions