Glusterfs для роя докера - PullRequest
       36

Glusterfs для роя докера

0 голосов
/ 09 октября 2018

У меня glusterFS развернута на centos 7 в качестве док-контейнера.Как использовать то же самое для Docker Swarm в качестве постоянного хранилища?

   [root@localhost ~]# docker exec -ti 2c2c2e9609f0 bash
   [root@localhost /]# gluster --version
   glusterfs 4.1.5
   Repository revision: git://git.gluster.org/glusterfs.git
   Copyright (c) 2006-2016 Red Hat, Inc. <https://www.gluster.org/>
   GlusterFS comes with ABSOLUTELY NO WARRANTY.
   It is licensed to you under your choice of the GNU Lesser
   General Public License, version 3 or any later version (LGPLv3
   or later), or the GNU General Public License, version 2 (GPLv2),
   in all cases as published by the Free Software Foundation.
   [root@localhost /]# gluster status
   unrecognized word: status (position 0)
   [root@localhost /]#
...