Ubuntu 22.04
Sponsored Link

GlusterFS : GlusterFS क्लाइंट2023/08/28

 
GlusterFS वॉल्यूम माउंट करने के लिए GlusterFS क्लाइंट को कॉन्फ़िगर करें।
[1] GlusterFS नेटिव के साथ माउंट करने के लिए, निम्नानुसार सेट करें।
नीचे दिया गया उदाहरण [vol_distributed] वॉल्यूम को [/mnt] पर माउंट करना दिखाता है।
root@client:~#
apt -y install glusterfs-client
# क्लस्टर में किसी भी लक्ष्य नोड को निर्दिष्ट करना ठीक है

root@client:~#
mount -t glusterfs node01.srv.world:/vol_distributed /mnt
root@client:~#
df -hT

Filesystem                        Type            Size  Used Avail Use% Mounted on
tmpfs                             tmpfs           393M 1016K  392M   1% /run
/dev/mapper/ubuntu--vg-ubuntu--lv ext4             27G  7.0G   19G  28% /
tmpfs                             tmpfs           2.0G     0  2.0G   0% /dev/shm
tmpfs                             tmpfs           5.0M     0  5.0M   0% /run/lock
/dev/vda2                         ext4            2.0G  126M  1.7G   7% /boot
tmpfs                             tmpfs           393M  4.0K  393M   1% /run/user/0
node01.srv.world:/vol_distributed fuse.glusterfs   54G   15G   37G  29% /mnt
मिलान सामग्री