Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on the fly ZFS builds for CentOS don't work #73

Open
eschrock opened this issue Nov 12, 2019 — with Slack · 0 comments
Open

on the fly ZFS builds for CentOS don't work #73

eschrock opened this issue Nov 12, 2019 — with Slack · 0 comments
Labels
Priority: Normal Issues to be addressed during sprint Type: Bug Something isn't working

Comments

Copy link
Collaborator

Could be that we're not running with sufficient privileges to read /etc/centos-release

Status: Downloaded newer image for titandata/zfs-builder:latest
++ dirname /build.sh
+ . //common.sh
+ '[' kernel '!=' user ']'
+ get_kernel_vars
+ '[' -z '' ']'
++ uname -r
+ KERNEL_RELEASE=3.10.0-1062.4.1.el7.x86_64
+ '[' -z '' ']'
++ uname -a
+ KERNEL_UNAME='Linux a50792a1bde1 3.10.0-1062.4.1.el7.x86_64 #1 SMP Fri Oct 18 17:15:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux'
+ KERNEL_VERSION=3.10.0
+ KERNEL_VARIANT=1062.4.1.el7.x86_64
++ get_kernel_type
++ case $KERNEL_VARIANT in
++ case $KERNEL_UNAME in
++ echo centos
+ kernel_type=centos
++ dirname /build.sh
+ . //centos.sh
+ build
+ local centos_release
+ [[ -f /config/centos-release ]]
++ nsenter -t 1 -m cat /etc/centos-release
nsenter: reassociate to namespace 'ns/mnt' failed: Operation not permitted
+ centos_release=
2019-11-12_18:05:14 TITAN ERROR ZFS build failed
@eschrock eschrock added the Type: Bug Something isn't working label Nov 12, 2019 — with Slack
@eschrock eschrock added the Priority: Normal Issues to be addressed during sprint label Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Issues to be addressed during sprint Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant