Stratis Flashcards

1
Q

Cuales son los paquetes de stratis

A

yum install stratisd stratis-cli

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

como se crea un Pool

A

stratis créate pool NAME /dev/vdb1

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

Cómo crear un filesystem

A

stratis filesystem create pollNAME FSNAME

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

Como listar discos y filesystems

A

stratis blockdev list Pool1

stratis filesystem list

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

Como se crea un Snapshot

A

stratis filesystem snapshot pool1 FSNAME snapNAme

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

Como se

Monta permanente el filesystem de stratis

A

lsblk —output=UUID /stratis/pool1/FSNAME

En fstab agregar

UUID=9999 /dir xfs defaults,x-systemd.requires=stratisd.service 0 0

systemctl reload-daemon

Mount -a

DF -h

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

Como se agrega espacio a un pool

A

stratis pool add-data PoolNAME /dev/vdc

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

Como se destruye un filesystem

A

stratis filesystem destroy poolname fsname

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

Como generas un archivo de 2G con dd

A

de if=/dev/random of=/stratisvol/file2 bs=1M count=2048

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