[kubernetes-users] Newbies looking for help w/ persisting in kube

2016-12-07 Thread marcus
Hi, We are first timers. We can't get cass to persist. Can someone help us? - Marcusa -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to k

[kubernetes-users] Mounted Persistent Volume appears as tmpfs with strange content in container

2018-02-19 Thread Marcus
1 root root 0 Feb 19 16:33 init-stdout / # mount | grep var/lib/mysql tmpfs on /var/lib/mysql type tmpfs (rw,seclabel,nosuid,nodev,mode=755) I am using kubelet 1.9.2 and docker 1.12.6 on centos 7.4. How can I fix this? Thanks, Marcus pv.yaml: apiVersion: v1 kind: Persis

Re: [kubernetes-users] Mounted Persistent Volume appears as tmpfs with strange content in container

2018-02-19 Thread Marcus
086615 fsHandler.go:121] failed to collect filesystem stats - rootDiskErr: , rootInodeErr: , extraDiskErr: du command failed on /var/lib/docker/containers/27947eb9e964f761f947f51ba0d9d33bfa9228508652ca54e570e2fdd4e12752 with output stdout: , stderr: du: cannot access ‘/var/lib/docker/containe

[kubernetes-users] Re: Mounted Persistent Volume appears as tmpfs with strange content in container

2018-02-20 Thread Marcus
I think it has something to do with cifs not allowing to relabel selinux contexts. Am Montag, 19. Februar 2018 23:49:24 UTC+7 schrieb Marcus: > > Hi, > > I've created a PV, PVC and Pod using it as a volume. As provider for the > PV, flexVolume with a script to mount a cifs-s