Aravinda VK
Aravinda VK
Local metrics are now collected by calling the internal API sequentially. Fetch these local metrics concurrently.
Add support for Samba exports.
- Add `arbiter-count` to client volgen template - Add type field to storage unit before passing to volgen - CLI handle arbiter count if not parsed already - Volume list...
## Region This label is set for nodes. While creating the Storage pool, don't allow the creation if the export directories are from different regions. Support setting this label while...
- Add new API/CLI to enable and export Kadalu Storage Volumes via NFS ganesha ``` # Export a Volume kadalu nfs-ganesha export :// # Unexport a Volume kadalu nfs-ganesha unexport...
When Moana server goes down, the other processes(`glusterfsd`, `shd` and others) need not stop since it can work without the Storage manager. It is easy to use the already available...
File system crawler to list the files from each directory from Storage unit and issue the setxattr for each file. Stat the file and collect the size of the file...
Add this note to Volume expand CLI after rebalance feature is implemented. ```console $ kadalu volume expand PROD/vol1 ... Volume expanded Successfully. Background job started to fix the layout. Check...
``` kadalu volume expand / \ ``` Example: ``` kadalu volume create DEV/myvol \ replica node1.example.com:/exports/myvol/s1 \ node2.example.com:/exports/myvol/s2 \ node3.example.com:/exports/myvol/s3 ``` ``` kadalu volume expand DEV/myvol \ replica node4.example.com:/exports/myvol/s4 \...
- Add support for set/reset/remove Quota to directories - Start and Manage the Quota monitor processes(To update the Quota usage in regular intervals) More details TBD.