-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warning added while creating the distributed pool (#317)
``` $ 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. Signed-off-by: Aravinda Vishwanathapura <[email protected]>
- Loading branch information
1 parent
1e80aaf
commit 9cb25a3
Showing
3 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters