Displaying 2 results from an estimated 2 matches for "0mlx4".
Did you mean:
mlx4
2017 Sep 07
1
Redis db permission issue while running GitLab in Kubernetes with Gluster
...54.053 # Failed opening .rdb for saving: Permission denied
...
Checked online for this issue and then noticed the following permissions
and owner details *inside*of Redis pod:
[root at node-a ~]# docker exec -it 67d44f585705 bash
groups: cannot find name for group ID 2000
root at redis-2138096053-0mlx4:/# ls -ld /var/lib/redis/
drwxr-sr-x 12 1000 1000 8192 Sep 7 11:51 /var/lib/redis/
root at redis-2138096053-0mlx4:/#
root at redis-2138096053-0mlx4:/# ls -l /var/lib/redis/
total 22
drwxr-sr-x 2 1000 1000 6 Sep 6 10:37 backups
drwxr-sr-x 2 1000 1000 6 Sep 6 10:37 builds
drwxr-sr-x 2...
2017 Sep 08
1
Redis db permission issue while running GitLab in Kubernetes with Gluster
....
>>
>> Checked online for this issue and then noticed the following permissions
>> and owner details *inside*of Redis pod:
>>
>> [root at node-a ~]# docker exec -it 67d44f585705 bash
>> groups: cannot find name for group ID 2000
>> root at redis-2138096053-0mlx4:/# ls -ld /var/lib/redis/
>> drwxr-sr-x 12 1000 1000 8192 Sep 7 11:51 /var/lib/redis/
>> root at redis-2138096053-0mlx4:/#
>> root at redis-2138096053-0mlx4:/# ls -l /var/lib/redis/
>> total 22
>> drwxr-sr-x 2 1000 1000 6 Sep 6 10:37 backups
>> drwxr-sr-x...