Project

General

Profile

Activity

From 08/20/2013 to 09/18/2013

09/18/2013

01:39 PM Bug #6345 (Resolved): order of init.d script shutdown sequence
The init.d shutdown sequence first stops the monitors, then the osds and then the mds. I think this sequence should ... Jeff Kline
01:15 PM Feature #6154: ceph-deploy should be able to use an argument "fs-type" to specify the filesystem ...
Sure, done. See https://github.com/ceph/ceph-deploy/pull/85. Benoît Knecht
07:08 AM Feature #6154: ceph-deploy should be able to use an argument "fs-type" to specify the filesystem ...
Benoit, the patch looks good. Could you ammend the commit to have a `signed-by` signature? This is done with the `-s`... Alfredo Deza
01:05 PM Feature #6017 (Resolved): ceph-deploy mon create: create on all mons in ceph.conf + then do gathe...
Merged into ceph-deploy master branch with hash: e66d751
\o/
Alfredo Deza
09:54 AM Feature #6017 (Fix Under Review): ceph-deploy mon create: create on all mons in ceph.conf + then ...
Opened pull request https://github.com/ceph/ceph-deploy/pull/82 Alfredo Deza
09:12 AM Bug #6335 (Resolved): ceph-deploy may *still* hang with pushy
We moved the conn.close() call as early as possible in all `mon create` calls.
Pull request: https://github.com/ce...
Alfredo Deza
08:56 AM Bug #6337 (Resolved): Closed connection causes import errors for Debian mon create commands
Alfredo Deza
08:56 AM Bug #6337: Closed connection causes import errors for Debian mon create commands
Merged into ceph-deploy master branch: b67281e Alfredo Deza
07:35 AM Bug #6337 (Fix Under Review): Closed connection causes import errors for Debian mon create commands
Pull request opened: https://github.com/ceph/ceph-deploy/pull/84 Alfredo Deza
07:22 AM Bug #6337 (Resolved): Closed connection causes import errors for Debian mon create commands
Because of a last minute fix to prevent connections hanging on `mon create` that meant closing the pushy connection
...
Alfredo Deza
08:30 AM Bug #6330 (Closed): ceph-deploy does not use /etc/hosts entry making functional DNS a dependency
Alfredo Deza

09/17/2013

08:04 PM Bug #6330: ceph-deploy does not use /etc/hosts entry making functional DNS a dependency
Thanks Alfredo. I tried to recreate the error I encountered as a test case but have failed to make it re-occur. I now... Nigel Williams
01:24 PM Bug #6330: ceph-deploy does not use /etc/hosts entry making functional DNS a dependency
Can you give me an example on where does ceph-deploy fails to use something that is defined in `/etc/hosts` ?
All ...
Alfredo Deza
05:26 PM Bug #6335 (Resolved): ceph-deploy may *still* hang with pushy
We need to close the connection as early as possible in an attempt to mitigate probably hanging issues.... Alfredo Deza
12:43 PM Feature #6017: ceph-deploy mon create: create on all mons in ceph.conf + then do gatherkeys if no...
And for a successful run for two nodes, it looks like this:... Alfredo Deza
12:42 PM Feature #6017: ceph-deploy mon create: create on all mons in ceph.conf + then do gatherkeys if no...
This is how it looks for monitors that never reach quorum, it loops for 5 times per monitor with incremental wait tim... Alfredo Deza
07:42 AM Bug #6300: ceph-deploy: mon create prompts for password
This is now fixed in the library handling ceph-deploy connections: https://github.com/alfredodeza/remoto/commit/ed273... Alfredo Deza
07:11 AM Bug #6300: ceph-deploy: mon create prompts for password
Alfredo Deza
06:57 AM Bug #6300: ceph-deploy: mon create prompts for password
Actually, this is kind of valid (my initial take on it was that keys where missing).
This is caused by how ceph-de...
Alfredo Deza
02:08 AM Feature #6154: ceph-deploy should be able to use an argument "fs-type" to specify the filesystem ...
Here's a patch to add the proposed option. Let me know if it needs adjustments. Benoît Knecht

09/16/2013

08:50 PM Bug #6330 (Closed): ceph-deploy does not use /etc/hosts entry making functional DNS a dependency
This is to avoid what I consider to be a bug in Linux where some tools do not respect the /etc/nsswitch.conf settings... Nigel Williams
12:36 PM Bug #6324 (Resolved): add a timeout flag for commands that may hang
Alfredo Deza
10:33 AM Bug #6324: add a timeout flag for commands that may hang
Fixed and merged into ceph-deploy master branch with hash: ab46733 Alfredo Deza
09:45 AM Bug #6324 (Fix Under Review): add a timeout flag for commands that may hang
Pull request opened: https://github.com/ceph/ceph-deploy/pull/77 Alfredo Deza
07:18 AM Bug #6324 (Resolved): add a timeout flag for commands that may hang
There are certain commands that can cause a remote process to hang if we are capturing both stderr and stdout and som... Alfredo Deza
09:55 AM Bug #6314: catch case where mon starts up but has rank -1 accordingly to mon_status.
Greg, yes, you are correct. The idea here is that we will implement a command to deploy all monitors defined initiall... Alfredo Deza
09:53 AM Bug #6314 (In Progress): catch case where mon starts up but has rank -1 accordingly to mon_status.
Created issue #6324 to prevent this command from hanging. Alfredo Deza
08:14 AM Feature #6067: ceph-deploy: make mon create catch common errors
Just created issue #6325 to clearly tell when there is a connection problem, which (currently) it is impossible to te... Alfredo Deza
03:56 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
I have just managed to deploy 3 ceph nodes successfully in Ubuntu Raring using Dumpling 0.67.3. The above issue looks... Edward Hope-Morley

09/15/2013

09:43 PM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
Hi All,
I am still hitting this in RHEL 6.4 with latest dumpling release (ceph-0.67.3-0.el6.x86_64).
For my setup,...
Abhay Sachan

09/13/2013

01:07 PM Bug #6314: catch case where mon starts up but has rank -1 accordingly to mon_status.
But...it *should* have rank -1 before it gets the chance to join the quorum, shouldn't it?
Or have I forgotten how r...
Greg Farnum
01:00 PM Bug #6314 (Resolved): catch case where mon starts up but has rank -1 accordingly to mon_status.
Now that `mon_status` is implemented we need some glue-code to check make it a bit more robust and ensure that the ra... Alfredo Deza
12:24 PM Feature #6020: radosgw-apache opinionated package
The package should have the following
- depend on our mod_fastcgi
- enable fastcgi module
- enable rewrite mo...
Yehuda Sadeh
11:51 AM Feature #6310: Get Dumpling into CentOS Ceph repo
Neil Levine
11:50 AM Feature #6310 (Closed): Get Dumpling into CentOS Ceph repo
Neil Levine
11:41 AM Feature #5956: Implement a radosgw command in ceph-deploy
Is this a dup with 4408? Neil Levine
11:40 AM Feature #6067 (In Progress): ceph-deploy: make mon create catch common errors
Ian Colle

09/12/2013

04:42 PM Bug #6300 (Resolved): ceph-deploy: mon create prompts for password
ceph-deploy version: 1.2.3
ceph version: dumpling [v0.67.3]
on a single node setup, "mon create" command prompt...
Tamilarasi muthamizhan
01:26 PM Feature #6017: ceph-deploy mon create: create on all mons in ceph.conf + then do gatherkeys if no...
Pull request to implement the new mon_status : https://github.com/ceph/ceph-deploy/pull/71
Was merged into ceph-de...
Alfredo Deza
01:24 PM Feature #6017 (In Progress): ceph-deploy mon create: create on all mons in ceph.conf + then do ga...
Alfredo Deza
01:25 PM Bug #6288: 'ceph-deploy mon create' with --cluster flag fails
Alfredo Deza
01:25 PM Bug #6288: 'ceph-deploy mon create' with --cluster flag fails
What happens here is that the call to start the daemon in `ceph_deploy/hosts/debian/mon/create.py` does not pass the ... Alfredo Deza
08:27 AM Bug #6288 (Resolved): 'ceph-deploy mon create' with --cluster flag fails
The command:
$ ceph-deploy --cluster ceph0 mon create cephgs-{0,1,2}
runs without error yet it fails to do anyt...
Jeff Kline
09:02 AM Bug #6289 (Resolved): new remote connection needs to be able to know about sudo
The new execnet library needs to know about the need to insert `sudo` to remote commands (something that was already ... Alfredo Deza
08:30 AM Feature #4954 (Resolved): ceph-deploy: help and document need to be updated for osd create
Merged into ceph-deploy master branch with hash: 26a41b6 Alfredo Deza
08:21 AM Feature #4954 (In Progress): ceph-deploy: help and document need to be updated for osd create
pull request opened https://github.com/ceph/ceph-deploy/pull/74 Alfredo Deza
08:23 AM Bug #5975 (Resolved): Find a real fix for the pushy issue of hanging/deadlocking during long-runn...
Merged into ceph-deploy master with hash: 5a87cb8
We have now started the migration away from pushy which fixes ...
Alfredo Deza
07:26 AM Bug #5975 (In Progress): Find a real fix for the pushy issue of hanging/deadlocking during long-r...
Opened pull request: https://github.com/ceph/ceph-deploy/pull/71 Alfredo Deza

09/11/2013

01:20 PM Bug #6281 (Closed): ceph-deploy config.py write_conf throws away old config just because they are...
in example
ceph-deploy new node-1:10.20.0.2
echo [global] >> /etc/ceph/ceph.conf
echo public address = 10.20.0.0...
Anonymous
07:59 AM Bug #6269 (Resolved): ceph-deploy needs to use the equivalent of `hostname -s`
Merged to ceph-deploy master branch with hash: c7756f8 Alfredo Deza
07:58 AM Bug #6269: ceph-deploy needs to use the equivalent of `hostname -s`
Pull request opened: https://github.com/ceph/ceph-deploy/pull/72 Alfredo Deza

09/10/2013

04:42 PM Cleanup #6273 (New): Doxygen Renderer
Sphinx has been upgraded to 1.1.3, fixing the index problem. However, we do have an outstanding issue with Doxygen. ... John Wilkins
10:51 AM Bug #6269 (Resolved): ceph-deploy needs to use the equivalent of `hostname -s`
It currently uses:... Alfredo Deza
09:58 AM Feature #4954: ceph-deploy: help and document need to be updated for osd create
... Tamilarasi muthamizhan

09/09/2013

05:55 PM Bug #6266 (Resolved): ceph-deploy new command broken
Sage Weil
04:49 PM Bug #6266: ceph-deploy new command broken
wip-6266 works fine! Tamilarasi muthamizhan
04:44 PM Bug #6266 (Fix Under Review): ceph-deploy new command broken
wip-6266
Sage Weil
04:32 PM Bug #6266 (Resolved): ceph-deploy new command broken
on mira016, that has the latest version of ceph-deploy [v1.2.3], new command is broken and so am not able to proceed ... Tamilarasi muthamizhan
04:37 PM Bug #6255 (Resolved): ceph-deploy: fail to parse json from mon_status
commit:f957f89 Sage Weil
06:04 AM Bug #6255 (Fix Under Review): ceph-deploy: fail to parse json from mon_status
Opened pull request: https://github.com/ceph/ceph-deploy/pull/69 Alfredo Deza
08:51 AM Feature #6017: ceph-deploy mon create: create on all mons in ceph.conf + then do gatherkeys if no...
And I just made this work with execnet.
... and it doesn't hang *at all*...
Alfredo Deza
06:57 AM Feature #6017: ceph-deploy mon create: create on all mons in ceph.conf + then do gatherkeys if no...
And now we have to back out of this change because once again, the infamous pushy bug (#5975) that cannot be fixed.
...
Alfredo Deza

09/08/2013

09:56 AM Bug #6255 (Resolved): ceph-deploy: fail to parse json from mon_status
... Sage Weil

09/07/2013

03:31 PM Feature #1668: collectd: push ceph plugin upstream
I've issued a pull request with some updates: https://github.com/ceph/collectd/pull/1
I'll rebase against the mast...
Jesse Pretorius

09/06/2013

02:53 PM Feature #6017: ceph-deploy mon create: create on all mons in ceph.conf + then do gatherkeys if no...
Added a helper to check the mon_status in the remote host, it will be used to make sure it is actually running correc... Alfredo Deza
09:04 AM Feature #5282 (In Progress): Get Dumpling into EPEL
I've pinged both the epel/fedora and centos maintainers about including 0.67.3 when it's released. Anonymous
09:02 AM Feature #5847 (Resolved): Build own versions of most recent leveldb for all supported platforms.
Removing the Basho fix appears to fix the problem with centos/rhel6.3 platforms, so going with that solution.
Note...
Anonymous
08:24 AM Bug #6104 (Resolved): ceph-deploy should workaround pseudo-tty in SSH
Merged into ceph-deploy master branch, with hash: 8eee1a3 Alfredo Deza
07:22 AM Bug #6104 (Fix Under Review): ceph-deploy should workaround pseudo-tty in SSH
This is not fixable with `pushy` (see ticket thread). So we are now falling back to disabling sudo if you are connect... Alfredo Deza

09/05/2013

05:23 PM Bug #6245 (Resolved): ceph-deploy: install command broken
Fix merged to ceph-deploy master branch, with hash 225b7fbbab3ab9880484e2b814a4443986765849
After going back from ...
Alfredo Deza
05:21 PM Bug #6245 (Fix Under Review): ceph-deploy: install command broken
Opened pull request: https://github.com/ceph/ceph-deploy/pull/64 Alfredo Deza
04:32 PM Bug #6245 (Resolved): ceph-deploy: install command broken
ceph deploy version: 1.2.3
when trying to install ceph using ceph-deploy, it always installs the default ubuntu ...
Tamilarasi muthamizhan
12:17 PM Bug #6035 (Closed): ceph-deploy: ceph-create-keys stuck on fedora 18 VMs
Closing as I cannot replicate this any more. Alfredo Deza
12:16 PM Bug #6160 (Resolved): allow installation of packages only
merge on ceph-deploy's master branch with hash: 73b920a Alfredo Deza
07:03 AM Bug #6160: allow installation of packages only
pull request opened https://github.com/ceph/ceph-deploy/pull/62 Alfredo Deza
12:12 PM Feature #6017: ceph-deploy mon create: create on all mons in ceph.conf + then do gatherkeys if no...
currently blocked as I cannot implement correctly the mon_status on remote hosts because I get output like:... Alfredo Deza
09:31 AM Bug #6237 (Resolved): osd create fails because key is not in remote function
Merged into ceph-deploy master branch with hash: 3b49407cdc5d3cfe2a55fd843f7e8c8723a4c7db Alfredo Deza
07:05 AM Bug #6237: osd create fails because key is not in remote function
Pull request opened: https://github.com/ceph/ceph-deploy/pull/63 Alfredo Deza
06:02 AM Bug #6237 (Resolved): osd create fails because key is not in remote function
... Alfredo Deza

09/04/2013

01:42 PM Bug #6160 (In Progress): allow installation of packages only
Alfredo Deza
10:41 AM Bug #4924 (Resolved): ceph-deploy: gatherkeys fails on raring (cuttlefish)
Sage Weil
09:21 AM Feature #6017 (In Progress): ceph-deploy mon create: create on all mons in ceph.conf + then do ga...
Issue #6132 has been resolved and that adds a big warning message when the provided hostname does not match that of t... Alfredo Deza
09:07 AM Bug #6132 (Resolved): ceph-deploy to detect and warn when host != hostname
Merged to ceph-deploy master branch with hash: 124e53e3513e80b306c68af7db1f4fe13e5d9d58 Alfredo Deza
08:59 AM Bug #6132 (Fix Under Review): ceph-deploy to detect and warn when host != hostname
Opened pull request: https://github.com/ceph/ceph-deploy/pull/60 Alfredo Deza
06:36 AM Bug #5944: ceph-deploy osd needs to be moved to use the new remote helpers
This is a **massive** effort because `osd` is huge. Will update as I make progress on this.
`prepare` and `activat...
Alfredo Deza

09/03/2013

01:47 PM Bug #6216 (Resolved): rpm missing package when junit not installed
Either need to not faile if libcepfs_java is not built, or configure needs to fail if the required package is not fou... Anonymous
12:57 PM Bug #5763 (Resolved): ceph-deploy new [IP] should error out
Merged to ceph-deploy master branch with hash: 77438b522c82e79fdb0f9b0c5963ba5a61f07f10
The validator was updated ...
Alfredo Deza
08:09 AM Bug #5763 (Fix Under Review): ceph-deploy new [IP] should error out
Opened pull request: https://github.com/ceph/ceph-deploy/pull/58 Alfredo Deza
11:02 AM Feature #6018 (In Progress): Build ceph via jenkins
Ian Colle
10:18 AM Bug #5944 (In Progress): ceph-deploy osd needs to be moved to use the new remote helpers
Alfredo Deza

08/30/2013

03:22 PM Bug #5763 (In Progress): ceph-deploy new [IP] should error out
on the latest ceph-deploy version 1.2.3, this problem exists.
ceph-deploy new command seems to accept any number o...
Tamilarasi muthamizhan
11:53 AM Feature #3347: ceph-deploy: allow setting ssh user
Would suggest default behaviour is to run as the user who is invoking the script. Neil Levine
11:48 AM Feature #6020 (Need More Info): radosgw-apache opinionated package
We need a explicit description of what should be packaged up for a new radosgw package.
Eg, config files to add, r...
Neil Levine
11:41 AM Feature #6067: ceph-deploy: make mon create catch common errors
Neil Levine
10:10 AM Feature #5956: Implement a radosgw command in ceph-deploy
ceph-deploy should be able to install/deploy radosgw to a remote host Alfredo Deza

08/29/2013

10:30 PM Feature #5847: Build own versions of most recent leveldb for all supported platforms.
Centos 6.3/6.4 & rhel 6.3/6.4 are backported from the fedora19 leveldb 1.12 package.
12.04 is backported from the Ra...
Anonymous
09:58 PM Feature #5847: Build own versions of most recent leveldb for all supported platforms.
Can you confirm which versions of LevelDB you are packaging for each OS:
CentOS 6.3
CentOS 6.4
RHEL 6.3
RHEL 6....
Neil Levine
01:06 PM Bug #6104: ceph-deploy should workaround pseudo-tty in SSH
One possible solution to this is to detect a `root` user and just not do the sudo connection.
Other than that, I t...
Alfredo Deza
10:12 AM Bug #6104: ceph-deploy should workaround pseudo-tty in SSH
pushy dev says this might not be straightforward so fixing this will depend on pushy fixing it on their end. Alfredo Deza
12:40 PM Bug #6160 (Resolved): allow installation of packages only
A lot of users care for their own repositories and keys making ceph-deploy a no-go when attempting to install ceph.
...
Alfredo Deza
11:25 AM Bug #6158: selective sync of ceph precise dependencies from havana cloud archive
Packages for 12.04 that Ceph Dumpling requires are: perftools, leveldb, libs3, libunwind, qemu Neil Levine
11:24 AM Bug #6158 (Rejected): selective sync of ceph precise dependencies from havana cloud archive
leveldb
libs3-dev
gperfootls
libunwind
reprepro lets you do a selective sync, according to james.
Sage Weil
10:22 AM Feature #6018: Build ceph via jenkins
Neil Levine
10:00 AM Feature #3347: ceph-deploy: allow setting ssh user
Changing subject so we are not prescriptive about where the ssh user is set. IMO it should be a ceph-deploy switch, n... Neil Levine
09:35 AM Feature #6154: ceph-deploy should be able to use an argument "fs-type" to specify the filesystem ...
As a workaround until this gets implemented, you can specify "fs type = foo" in the ceph.conf (at whatever granularit... Greg Farnum
08:20 AM Feature #6154 (Resolved): ceph-deploy should be able to use an argument "fs-type" to specify the ...
According to the documentation, it seems intended and expected that ceph-deploy should be able to define which filesy... David Moreau Simard
08:40 AM Feature #4954 (Need More Info): ceph-deploy: help and document need to be updated for osd create
From what I see, `prepare` does `activate`, how are you running ceph-deploy and what are you seeing as output that te... Alfredo Deza
08:32 AM Bug #6035 (Need More Info): ceph-deploy: ceph-create-keys stuck on fedora 18 VMs
Alfredo Deza
08:31 AM Bug #6035: ceph-deploy: ceph-create-keys stuck on fedora 18 VMs
I can no longer replicated this.
Also the hosts have changed from Fedora to Ubuntu. And I really don't see where i...
Alfredo Deza
08:07 AM Bug #6138 (Resolved): 'ceph-deploy disk list' fails on CentOS 6.4
Merged to ceph-deploy master branch
Hash: 69a765cfa94716813e5d77aa910c3ad21951b93b
Now the $PATH is always pass...
Alfredo Deza
06:05 AM Bug #6138 (Fix Under Review): 'ceph-deploy disk list' fails on CentOS 6.4
Opened pull request: https://github.com/ceph/ceph-deploy/pull/55 Alfredo Deza
07:50 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
this will go into the next dumpling point release. thanks again for helping track it down! Sage Weil
07:49 AM Bug #4924 (Pending Backport): ceph-deploy: gatherkeys fails on raring (cuttlefish)
Sage Weil
12:40 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
P.S.:
When does the fix will make it into the main branch (dumpling)?
I keep working with wip-4924 for now?
bernhard glomm
12:36 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
Sage Weil wrote:
> thanks for helping test this!
better free software ;-)
> add the --zap-disk argument to blo...
bernhard glomm

08/28/2013

10:44 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
bernhard glomm wrote:
> Sage Weil wrote:
> > Bernhard, thanks for those logs--I think I've identified the problem. ...
Sage Weil
10:43 AM Bug #4924 (Resolved): ceph-deploy: gatherkeys fails on raring (cuttlefish)
thanks for helping test this! Sage Weil
09:22 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
Sage Weil wrote:
> Bernhard, thanks for those logs--I think I've identified the problem. Can you try with wip-4924 ...
bernhard glomm
08:22 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
sorry, didn't realised on the first glance it was a normal package repository...
got it, will post results ASAP
bernhard glomm
01:54 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
Sage Weil wrote:
> Bernhard, thanks for those logs--I think I've identified the problem. Can you try with wip-4924 ...
bernhard glomm
08:31 AM Bug #6138 (In Progress): 'ceph-deploy disk list' fails on CentOS 6.4
Alfredo Deza
07:48 AM Bug #5193: RHEL6 does not ship with xfsprogs
Xfsprogs only in Scalable File System add on to RHEL 6.4 but xfs will be default fs in RHEL 7. Ian Colle

08/27/2013

04:56 PM Bug #6138 (Resolved): 'ceph-deploy disk list' fails on CentOS 6.4
When attempting to run 'ceph-deploy disk list den2ceph003' I get the follow error message:
$ ceph-deploy disk list...
Bryan Stillwell
11:03 AM Feature #6124 (Resolved): `ceph-deploy new` should accept node:IP pairs
Merged on ceph-deploy's master branch, hash: cdc8f8a8c38543587e7120fbc17954c909c1b0fa
The argument validator was b...
Alfredo Deza
09:40 AM Bug #6132 (Resolved): ceph-deploy to detect and warn when host != hostname
Whenever ceph-deploy attempts to configure a mon and do an initial install, a user might use a nodename that specifie... Alfredo Deza
09:24 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
Bernhard, thanks for those logs--I think I've identified the problem. Can you try with wip-4924 (based off of dumpli... Sage Weil
07:46 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
Sage Weil wrote:
> bernhard glomm wrote:
> > Sage Weil wrote:
> > > Ooh, I think I know what this is. This is pro...
bernhard glomm

08/26/2013

01:58 PM Bug #6102 (Resolved): if EPEL has been added skip adding it again
Merged into ceph-deploy master.
Fixed by using `--replacepkgs` which tells RPM to not exit with a non-zero status
...
Alfredo Deza
06:31 AM Bug #6102 (Fix Under Review): if EPEL has been added skip adding it again
Pull request opened: https://github.com/ceph/ceph-deploy/pull/50 Alfredo Deza
06:12 AM Bug #6102: if EPEL has been added skip adding it again
dmick mentioned that it might be better to just use `--replacepackgs` to quiet down this. It is unfortunate that wget... Alfredo Deza
01:14 PM Bug #5599 (Resolved): ceph-disk: prepare should issue a partprobe on the journal device too
Sage Weil
01:13 PM Bug #4642 (Resolved): ceph-deploy: disk zap can throw a better error message
Merged into ceph-deploy master, basically catching None arguments before they go off.
Hash: aeada3ec6659474ceb...
Alfredo Deza
07:46 AM Bug #4642 (Fix Under Review): ceph-deploy: disk zap can throw a better error message
Opened pull request: https://github.com/ceph/ceph-deploy/pull/51 Alfredo Deza
01:02 PM Feature #6124: `ceph-deploy new` should accept node:IP pairs
Updated the wording. It has nothing to do with `mon create` but `new`.
Got confused with the help menu :/
Alfredo Deza
10:57 AM Feature #6124: `ceph-deploy new` should accept node:IP pairs
one clarification: mon create ... takes a host or fqdn or ip; it doesn't matter, it's just a target to connect to. i... Sage Weil
10:41 AM Feature #6124 (Resolved): `ceph-deploy new` should accept node:IP pairs
Issue 5763 prevented from users creating a new config by passing an IP alone, but the validator that was added
preve...
Alfredo Deza
11:01 AM Feature #6120 (Duplicate): ceph-deploy: accept HOST:IP on 'new' line
Work for this issue is being tracked at 6124 Alfredo Deza
09:20 AM Feature #6120 (Duplicate): ceph-deploy: accept HOST:IP on 'new' line
currently it seems to only accept a HOST:FQDN, but not HOST:IP? so reports a user on ceph-users. Sage Weil
08:56 AM Bug #4924 (Need More Info): ceph-deploy: gatherkeys fails on raring (cuttlefish)
bernhard glomm wrote:
> Sage Weil wrote:
> > Ooh, I think I know what this is. This is probably cuttlefish v0.61.7...
Sage Weil
12:38 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
Sage Weil wrote:
> Ooh, I think I know what this is. This is probably cuttlefish v0.61.7 or older, right? There is...
bernhard glomm

08/23/2013

08:49 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
Ooh, I think I know what this is. This is probably cuttlefish v0.61.7 or older, right? There is a fix in dumpling (... Sage Weil
03:29 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
Sage,
sorry for being late on this, other tasks kept me busy,
but here the infos you were asking for:
> > ceph...
bernhard glomm
07:24 AM Bug #6104 (Resolved): ceph-deploy should workaround pseudo-tty in SSH
When connecting to a host that does not allow `sudo` over SSH, returning an error similar to:... Alfredo Deza
05:27 AM Bug #6102 (Resolved): if EPEL has been added skip adding it again
ceph-deploy as of 1.2.2 adds the EPEL repo to CentOS and Scientific, it should not try to add this again if it alread... Alfredo Deza

08/22/2013

04:42 PM Feature #6098 (Rejected): put teuthology.front.sepia.ceph.com apache configuration files under so...
There are several configuration files that are on teuthology.front.sepia.ceph.com that should probably be saved in gi... Anonymous
12:15 PM Bug #5499 (Resolved): ceph-deploy --cluster clustername osd prepare fails
Merged into ceph-deploy master branch: 9605cefd71770118097a11f99a9fc27c1e30b1f5 Alfredo Deza
09:57 AM Bug #5499 (In Progress): ceph-deploy --cluster clustername osd prepare fails
Alfredo Deza
08:30 AM Bug #5499: ceph-deploy --cluster clustername osd prepare fails
Thanks for the update, this should get fixed today with a release before the end of the week. Alfredo Deza
01:36 AM Bug #5499: ceph-deploy --cluster clustername osd prepare fails
Bah, redmine formatting sucks... Patch attached. Samir Ibradzic
01:32 AM Bug #5499: ceph-deploy --cluster clustername osd prepare fails
This should fix it:
--- /usr/share/pyshared/ceph_deploy/osd.py
+++ /usr/share/pyshared/ceph_deploy/osd.py
@@ -113,...
Samir Ibradzic
11:06 AM Bug #6091 (Won't Fix): centos build should use redhat-rpm-config for debuginfo packages
The specfile currently directly invokes the debuginfo macro for centos builds. It should instead use the redhat-rpm-... Anonymous
09:55 AM Bug #6086 (Resolved): ceph-deploy needs to handle ClientInitExceptions from pushy
Merged into ceph-deploy master branch with hash: dfaa9d3274b3c8c0dcfce94062532649bf212fb9
Basically, a simple try/...
Alfredo Deza
09:49 AM Bug #6086 (Fix Under Review): ceph-deploy needs to handle ClientInitExceptions from pushy
Opened pull request: https://github.com/ceph/ceph-deploy/pull/48 Alfredo Deza
07:34 AM Bug #6086 (Resolved): ceph-deploy needs to handle ClientInitExceptions from pushy
When pushy can't connect to a remote host it errors out and ceph-deploy does not handle the exception
resulting in a...
Alfredo Deza
09:53 AM Bug #6077 (Resolved): lsb_release should not be required for purging CentOS/Scientific
Merged into ceph-deploy master branch with hash: 5d7304cabcca4bde7dd439d4578300777b28575c
Moved the helpers for ls...
Alfredo Deza
07:34 AM Bug #6077 (Fix Under Review): lsb_release should not be required for purging CentOS/Scientific
Pull request opened: https://github.com/ceph/ceph-deploy/pull/47 Alfredo Deza

08/21/2013

01:36 PM Feature #5847: Build own versions of most recent leveldb for all supported platforms.
Both the native leveldb-1.12 and our locally compiled version work correctly for mon create. So the issue encountere... Anonymous
11:47 AM Feature #5847 (In Progress): Build own versions of most recent leveldb for all supported platforms.
Re-opening since the leveldb-1.12 backported from fedora19 hangs during monitor create on centos/rhel 6.3 & 6.4 as de... Anonymous
11:05 AM Bug #6077 (Resolved): lsb_release should not be required for purging CentOS/Scientific
lsb_release seems to still be required for some ceph-deploy actions, purge/purgedata use it and should really attempt... Alfredo Deza
10:57 AM Documentation #5968 (Resolved): typo in monmap
http://ceph.com/docs/master/man/8/monmaptool/ John Wilkins
10:44 AM Documentation #5688 (Resolved): ceph-deploy: upgrade procedure has to be documented
http://ceph.com/docs/master/install/upgrading-ceph/ John Wilkins

08/20/2013

10:40 PM Bug #5599 (Pending Backport): ceph-disk: prepare should issue a partprobe on the journal device too
Sage Weil
12:53 PM Bug #6035: ceph-deploy: ceph-create-keys stuck on fedora 18 VMs
ceph version 0.67.1 (e23b817ad0cf1ea19c0a7b7c9999b30bed37d533)
looks like the mon create command doesnt hang anym...
Tamilarasi muthamizhan
12:04 PM Bug #6035: ceph-deploy: ceph-create-keys stuck on fedora 18 VMs
Tamil, I attempted to start manually the mon on one of those servers and got errors:... Alfredo Deza
11:50 AM Feature #4954 (New): ceph-deploy: help and document need to be updated for osd create
Alfredo Deza
10:14 AM Feature #6067 (Resolved): ceph-deploy: make mon create catch common errors
a few ideas:
- add a --add argument that is needed to expand the mon cluster. if not present, we will only procee...
Sage Weil
09:52 AM Bug #6019 (Resolved): ceph-deploy needs to better detect yum/apt for bootstraping
Merged into ceph-deploy master: 252c21dec59ba1ff407362a6b21f043b7b8947ef
We are now making sure we are adding the ...
Alfredo Deza
08:53 AM Bug #6019 (Fix Under Review): ceph-deploy needs to better detect yum/apt for bootstraping
Opened pull request: https://github.com/ceph/ceph-deploy/pull/46 Alfredo Deza
 

Also available in: Atom