System Storage Manager v0.3 released!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello everyone,

System Storage Manager version 0.3 has just been released. This
release contains mainly bug fixes. One more significant change is
the addition of the MD backend, so you can see your md volumes in
the listing.

Volume management with md is not yet present. The reason is that lvm
does not yet incorporated support for all of the md targets and I
would very much use lvm for this, rather than having separate md
management system. It will simplify things from both user interface
and testing matrix perspective.


Here are some features and improvements planned for the future releases:

- Full MD raid support
- full cryptsetup support (now can only list and remove)
- Better consistency with '-f' and '-v' options
- Unified checks for all file systems, backends and commands
- Better support for using ssmlib as python module for other applications
- Thin provisioning support

So you can see that the future features remains almost the same.
That said, if you like the concept I am more than happy to accept
your patches :)

You can go directly to the project web page to download the code or
checkout git repository:

	http://storagemanager.sf.net

So give it a try and if you spot any issues, please let us know at:

	storagemanager-devel@xxxxxxxxxxxxxxxxxxxxx

Thanks!
-Lukas

-- 
CHANGELOG [Thu Nov 22 2012] System Storage Manager v0.3

Lukas Czerner <lczerner_O_redhat.com> (9):
      Wrap table lines when terminal width is too small
      problem: Add new not_supported flag
      md: Add new md backend
      main: Fix resizing device without pool
      lvm: Use problem interface instead of plain Exception
      ssm: Fix various stylistic problems
      Add regression test suite to the source distribution
      system-storage-manager-0.3
      ssm: Add AUTHORS and update MANIFEST.in

Tom Marek <tmarek_O_redhat.com> (7):
      Fix of doctests in python2.6
      Fix of unittests in python2.6
      Allow non root users to show --help for subcommands
      Avoid executing non existing fs specific tools
      tests: Add ssm output check for bash testing into check.sh
      Change priority of ways to gahter terminal dimensions
      tests: add bashtest for checking ssm lvm output

Tomas Racek <tracek_O_redhat.com> (1):
      ssm: fix typo in problem interface

 AUTHORS                         |    7 ++
 CHANGES                         |   20 +++++-
 MANIFEST.in                     |    3 +
 Makefile                        |    5 +-
 bin/ssm                         |    2 +-
 doc/_build/man/ssm.8            |    7 ++-
 doc/conf.py                     |    4 +-
 doc/src/backends/backends.rst   |    1 +
 doc/src/backends/md.rst         |    6 ++
 ssmlib/backends/lvm.py          |   13 ++--
 ssmlib/backends/md.py           |  148 +++++++++++++++++++++++++++++++++++++++
 ssmlib/main.py                  |  131 ++++++++++++++++++++++++++++++----
 ssmlib/misc.py                  |   45 +++++++++++-
 ssmlib/problem.py               |   20 +++++-
 test.py                         |   18 +++--
 tests/bashtests/011-lvm-list.sh |  121 ++++++++++++++++++++++++++++++++
 tests/bashtests/lib/check.sh    |   21 ++++++
 tests/unittests/__init__.py     |    2 +-
 tests/unittests/test_ssm.py     |  140 ++++++++++++++++++------------------
 19 files changed, 605 insertions(+), 109 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux