-
Notifications
You must be signed in to change notification settings - Fork 48
ReleaseNotes
adrenaline edited this page Jan 8, 2014
·
25 revisions
Major Fixes:
- Fixed bug: possible buffer overflow when opening a file (rozofsmount).
- Fixed bug when using
rozo storage get
command for one given storage (rozo CLI).
Minor Fixes:
- Remove undesirable output trace when using
rozo volume expand
command (rozo CLI). - Fixed mistake in
rozo
man page forrozo volume remove
command (rozo CLI).
Minor Enhancements:
- Increase the number of contexts for socketCtrl (storio).
Major New Enhancements:
- New rozo manager CLI syntax and output: (rozo CLI)
-
rozo
commands output are now in YAML format and are organized by topic.
-
- New software architecture for storage servers:
- The
storaged
daemon starts only onestorio
process for IO services. -
storaged
andstorio
processes are now in non blocking mode. - Possibility to configure (via
storage.conf
) the number of thread(s) for IO requests. - Possibility to configure (via
storage.conf
) a list of ports on which the IO services where provided.
- The
Major New Features:
- Add support for POSIX and BSD file lock (rozofsmount).