kadalu / moana

Moana is a frontend for the Kadalu Storage / GlusterFS. Moana provides tools for setting up and managing the Kadalu Storage / Gluster pools.
GNU General Public License v3.0
18 stars 7 forks source link

Warning added while creating the distributed pool #317

Closed aravindavk closed 1 year ago

aravindavk commented 1 year ago
$ kadalu pool create pool1 replica 3             \
    server1:/data1 server2:/data2 server3:/data3 \
    server4:/data4 server5:/data5 server6:/data6
Using a distributed pool for small-volume claims may degrade
the performance of the volume. Consider creating multiple
Storage pools without distribution enabled if it suits your needs.

Are you sure you want to create a distributed pool? [y/N]:

Use --mode=script or --distribute flag to disable this warning.

vatsa287 commented 1 year ago

The tests are taking more than avg time now? > 5h??

aravindavk commented 1 year ago

The tests are taking more than avg time now? > 5h??

Looks like it is hung. I suspect some pool create command waiting for user input with the warning msg. Will check tomorrow and fix.