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

Installing N3000 daemon set RHCOS 4.8 fail #2

Closed
dav1x opened this issue Apr 14, 2021 · 1 comment
Closed

Installing N3000 daemon set RHCOS 4.8 fail #2

dav1x opened this issue Apr 14, 2021 · 1 comment

Comments

@dav1x
Copy link

dav1x commented Apr 14, 2021

It appears that as of 4.8 RHCOS has a read only /boot. The n3000 ds tries to create a sub-dir under /boot as part of the deployment process.

0s          Normal    Pulled                pod/n3000-daemonset-w45q8                           Container image "dhcp19-17-244.clus2.t5g.lab.eng.bos.redhat.com:5000/n3000-daemon:v1.1.0--1.3.8-2" already present on machine
0s          Warning   Failed                pod/n3000-daemonset-w45q8                           Error: failed to mkdir /boot/kernel: mkdir /boot/kernel: read-only file system
0s          Normal    Pulled                pod/n3000-daemonset-w45q8                           Container image "dhcp19-17-244.clus2.t5g.lab.eng.bos.redhat.com:5000/n3000-daemon:v1.1.0--1.3.8-2" already present on machine

More information regarding RHCOS.

coreos/fedora-coreos-config#356

I manually remounted /boot and the daemonset deployed properly

/usr/bin/mount -o remount,rw /boot

[root@rh8-tools n3k]# oc get pod
NAME                                           READY   STATUS    RESTARTS   AGE
accelerator-discovery-8ssxx                    1/1     Running   0          74m
fpga-driver-daemonset-h2psb                    1/1     Running   0          74m
fpgainfo-exporter-nlg87                        1/1     Running   0          74m
n3000-controller-manager-695d586f69-76624      2/2     Running   0          75m
n3000-daemonset-w45q8                          1/1     Running   0          74m
sriov-device-plugin-q99ft                      1/1     Running   0          74m
sriov-fec-controller-manager-6896c47b8-kgzpl   2/2     Running   0          75m
sriov-fec-daemonset-8jp8s                      1/1     Running   0          74m
[root@rh8-tools n3k]# oc get n3000nodes.fpga.intel.com 
NAME                                      FLASH
cnfdb4.clus2.t5g.lab.eng.bos.redhat.com   NotRequested
sunil-parida pushed a commit that referenced this issue Jun 21, 2022
* Update docs

* Fix missing info

* otcshare -> intel collab
@rpieczon
Copy link
Contributor

This repository doesn't contain n3k operator anymore and n3000 operator is EOL now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants