luyou
luyou
> > Here is my workaround; First,add a map directive config to nginx-configuration config-map of nginx ingress controller.这是我的解决方法;首先,在nginx入口控制器的nginx-configuration config-map中添加map指令config。 > > ``` > > data: > > http-snippet: | >...
> @lu-you check your nginx.conf in your ingress controller在入口控制器中检查 nginx.conf kubectl get cm -n ingress-nginx ingress-nginx-controller -o yaml apiVersion: v1 data: allow-snippet-annotations: "true" http-snippet: | map $upstream_http_www_authenticate $modified{ default '';...
> * [error: implicit declaration of function 'getentropy' is invalid pyenv/pyenv#1729](https://github.com/pyenv/pyenv/issues/1729) > > 看下是不是这个,试试安装 2.7.13 或 3.5.3 I have a try
> * [error: implicit declaration of function 'getentropy' is invalid pyenv/pyenv#1729](https://github.com/pyenv/pyenv/issues/1729) > > 看下是不是这个,试试安装 2.7.13 或 3.5.3 2.7.13 没问题,但是3.5.3还是不行
> --setuser=appops yes
> Can you try with `--setuser=appops` and try again? fuse: unknown option `--setuser=appops' ceph-fuse[2429850]: fuse failed to start 2024-03-06T12:08:30.220+0000 7fc15c76b580 -1 fuse_lowlevel_new failed Warning FailedMount 3s kubelet MountVolume.MountDevice failed for...
> Can you try with `--setuser=appops` and try again? And k8s version is 1.21,cephfs-csi is latest
> Can you try with `--setuser=appops` and try again? is it because of the reason of ',' ? -o nonempty --setuser appops --setgroup appops
Nomal log: I0307 05:57:27.781508 2375361 cephcmds.go:105] ID: 9 Req-ID: 0001-0024-f7f296cc-5f39-442b-a621-473a090200f4-0000000000000001-e0f9f6b2-fec4-41d0-a8df-8206ef21ea83 command succeeded: ceph-fuse [/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-4b7243cb-eb7d-4414-94db-ac32cd71efec/globalmount -m 10.18.112.6:6789,10.18.112.7:6789,10.18.112.8:6789 -c /etc/ceph/ceph.conf -n client.admin --keyfile=***stripped*** -r /volumes/csi/csi-vol-e0f9f6b2-fec4-41d0-a8df-8206ef21ea83/2f404da2-8b99-493f-a6d7-c6fefc843564 -o nonempty,debug --client_mds_namespace=yidunfs] Error log: E0307 06:03:17.137538...
> maybe try without spaces and leading `--`, like `setuser=appops,setgroup=appops`. No, I tried you can have a look code, https://github.com/ceph/ceph-csi/blob/devel/internal/util/util.go#L357 or https://github.com/ceph/ceph-csi/blob/3410687855f8fa10a4addfb337e2d2512634a980/internal/cephfs/mounter/fuse.go#L50