]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Danny Al-Gaaf [Wed, 13 Mar 2013 15:04:41 +0000 (16:04 +0100)]
zapdisk.py: remove unused local variable
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Danny Al-Gaaf [Wed, 13 Mar 2013 15:00:13 +0000 (16:00 +0100)]
osd.py: add missing imports
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Danny Al-Gaaf [Wed, 13 Mar 2013 14:54:01 +0000 (15:54 +0100)]
mds.py: remove unused local variable/import
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Danny Al-Gaaf [Wed, 13 Mar 2013 14:04:34 +0000 (15:04 +0100)]
gatherkeys.py: remove unused, but imported module exc
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Danny Al-Gaaf [Wed, 13 Mar 2013 13:55:18 +0000 (14:55 +0100)]
forgetkeys.py: remove unused, but imported modules
Remove unused modules os.path and exc. Import os module in forgetkeys()
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Danny Al-Gaaf [Wed, 13 Mar 2013 13:50:04 +0000 (14:50 +0100)]
discover.py: remove unused, but imported modules
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Danny Al-Gaaf [Wed, 13 Mar 2013 13:48:10 +0000 (14:48 +0100)]
config.py: remove unused, but imported modules
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Danny Al-Gaaf [Wed, 13 Mar 2013 13:44:19 +0000 (14:44 +0100)]
admin.py: remove unused, but imported modules
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Danny Al-Gaaf [Wed, 13 Mar 2013 13:12:00 +0000 (14:12 +0100)]
cli.py: reorder imports: pkg_resources before argparse
Related warning from pychecker:
ceph_deploy/cli.py:3: UserWarning: Module argparse was already
imported from /usr/lib64/python2.7/argparse.pyc, but
/usr/lib/python2.7/site-packages is being added to sys.path
import pkg_resources
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Sage Weil [Mon, 11 Mar 2013 22:36:53 +0000 (15:36 -0700)]
mon: implement 'destroy'
Remove the mon from the cluster, stop the daemon, and then remove the
directory.
Signed-off-by: Sage Weil <sage@inktank.com>
Sage Weil [Mon, 11 Mar 2013 22:28:21 +0000 (15:28 -0700)]
Merge pull request #3 from nwl/readme-updates
Changed intro text and moved/added to explaination about SSH requirements
Neil Levine [Mon, 11 Mar 2013 22:24:32 +0000 (22:24 +0000)]
Changed intro text and moved/added to explaination about SSH requirements.
Signed-off-by: Neil Levine <neil.levine@inktank.com>
Sage Weil [Sun, 10 Mar 2013 06:47:59 +0000 (22:47 -0800)]
config: add 'config HOST ...' command
Signed-off-by: Sage Weil <sage@inktank.com>
Sage Weil [Sun, 10 Mar 2013 06:47:29 +0000 (22:47 -0800)]
admin: use the config pusher function; don't clobber
Signed-off-by: Sage Weil <sage@inktank.com>
Sage Weil [Sat, 9 Mar 2013 00:03:06 +0000 (16:03 -0800)]
Merge remote-tracking branch 'gh/wip-rpm'
Reviewed-by: Sage Weil <sage@inktank.com>
Gary Lowell [Fri, 8 Mar 2013 17:57:10 +0000 (09:57 -0800)]
install.py: update for rpms
Change centos to CentOS for the release name. Update the path
to the ceph-release rpm to match the dev repos.
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Gary Lowell [Fri, 8 Mar 2013 01:32:30 +0000 (17:32 -0800)]
install.py: Remove gdisk from the install list.
The gdisk (or gptfdisk) package is now listed as a requirment
for the rpms. No need to explicitly list it.
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Gary Lowell [Thu, 7 Mar 2013 23:39:38 +0000 (15:39 -0800)]
lsb.py: Update for rpm based systems
lsb_release returns multiple fields seperated by newlines on some
platforms and spaces on others. Get release, version, and codename
fields individually instead of using a single request.
lsb_release is not installed by default on some system. Check if
it's present before calling. This allows a better error message.
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Sage Weil [Thu, 7 Mar 2013 01:42:04 +0000 (17:42 -0800)]
avoid overwriting a modified ceph.conf without --overwrite-conf
While we're at it, continue with mon/osd/mds creations if there is a
failure, but return an error at the end.
Signed-off-by: Sage Weil <sage@inktank.com>
Sage Weil [Thu, 7 Mar 2013 00:54:32 +0000 (16:54 -0800)]
osd: fix --dmcrypt-key-dir thing
Fixes: #4362
Signed-off-by: Sage Weil <sage@inktank.com>
Sage Weil [Tue, 5 Mar 2013 21:43:12 +0000 (13:43 -0800)]
mds: help for subcommand
Signed-off-by: Sage Weil <sage@inktank.com>
Sage Weil [Tue, 5 Mar 2013 21:42:45 +0000 (13:42 -0800)]
mon: help for subcommand
Signed-off-by: Sage Weil <sage@inktank.com>
Sage Weil [Tue, 5 Mar 2013 21:42:17 +0000 (13:42 -0800)]
osd: help for subcommand
Signed-off-by: Sage Weil <sage@inktank.com>
Dan Mick [Fri, 1 Mar 2013 19:22:53 +0000 (11:22 -0800)]
Try replacing gethostbyname with getaddrinfo/search-for-nonlocal