]>
git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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