Shared Filesystem Flashcards

1
Q

Cual es el servicio que comparte filesystems

A

Manilla

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Como se ve el estado del servicio manila

A

podman ps —format=“{{.Names}}\t{{.Status}}”|grep manila

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Como se listan los servicios de Manila

A

manila service-list —columns Binary,Status,State

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Cuales son los 3 procesos de Manila

A

manila-api, manila-scheduler and manila-share

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Cual es el paquete que se necesita para utilizar manila

A

python3-manilaclient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Como se crea un tipo

A

manila type-create cephfstype false

ID
NAME
Visibility
Is_default

Required_extra_specs driver_handles_share_servers: false

Optional_extra_specs
Description

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Como se crea un fs de Manila

A

manila create —name demo-share —share-type cephfstype cephfs 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Crear ceph user

A

ceph auth get-or-create

client.cloud-user cephx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Como se venera una llave privada

A

sudo podman exec -t ceph-mon-controller0 ceph —name=client.manila—keyring=/etc/ceph.client.manila.keyring auth get-or-create client.cloud-user> /root/cloud-user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Como se le dan permisos para manila a un usuario

A

manila access-allow demo-share cephx cloud-user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A donde se tienen que copiar el keyring

A

scp root@controller0:{cloud.user.keyring./etc/ceph/ceph.conf} .

Copiar ceph.conf y cloud-user@172.25.250.122:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Cual es el paquete de ceph-fuse

A

Yum install ceph-fuse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Verifica que la ruta compartida esté montada bien /mnt/ceph

A

curl -o /etc/yum.repos.d materials.example

ceph-fuse /mnt/ceph/ —id=cloud-user —conf=/home/cloud-user/ceph.conf —keyring=/home/cloud-user.keyring —client-mountpoint=/volumes/_nogroup/ijejdjdjid

DF -hT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Como

Montar ceph-fuse

A

ceph-fuse /mnt/ceph —id=cloud-user —conf=/home/cloud-user/ceph.conf —keyring=/home/cloud-user/cloud-user.keyring —client-mountpoint=/volumes/_nogroup/67273738ahdhd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly