Project

General

Profile

Activity

From 05/20/2013 to 06/18/2013

06/18/2013

10:33 PM Bug #5390: ceph-deploy osd create hangs
starting with the mercurial lock implementation, which uses a pid. see wip-ceph-disk-lock, tho still incomplete. Sage Weil
08:45 AM Bug #5390 (Fix Under Review): ceph-deploy osd create hangs
care to review teh top patch in wip-ceph-disk?
alternatively, do you know of a replacement for lockfile that will ...
Sage Weil
08:38 AM Bug #5390 (In Progress): ceph-deploy osd create hangs
see also #5387. and i'll add the sigint handler to reduce the probability of this happening! Sage Weil
07:36 AM Bug #5390 (Resolved): ceph-deploy osd create hangs
On Ubuntu 13.04 with ceph 0.61.3 .
It hangs when creating a new osd using ceph-deploy.
ceph@ceph-node4:~/mycluste...
Da Chun Wu
05:02 PM Bug #5266 (Closed): the apt-get install instructions are missing an update
Verified fixes, thanks. Yan-Fa Li
02:32 PM Bug #5266 (Resolved): the apt-get install instructions are missing an update
See:
http://ceph.com/docs/master/start/quick-start-preflight/#install-ceph-deploy
http://ceph.com/docs/master/rado...
John Wilkins
04:59 PM Bug #5306: Xen based OSDs fail to start ceph-osd process
I will do this tomorrow. The xen box is temporarily down. Yan-Fa Li
01:46 PM Bug #5306 (Need More Info): Xen based OSDs fail to start ceph-osd process
can you retest on latest cuttlefish branch? (ceph-deploy install --dev=cuttlefish) Sage Weil
03:17 PM Bug #5211: ceph-disk prepare: list_partitions() shouldn't return disks
Came up with this: https://gist.github.com/alram/33ea3360d5aa6a86e8a4
Alexandre Marangone
02:38 PM Bug #5211: ceph-disk prepare: list_partitions() shouldn't return disks
i think the right way to do this is to look to see if /sys/block/$disk/$part exist (e.g., /sys/block/sda/sda1) to tel... Sage Weil
01:43 PM Bug #5211: ceph-disk prepare: list_partitions() shouldn't return disks
Alexandre, please implement one of the suggestions you mentioned. Ian Colle
02:21 PM Bug #5182 (Won't Fix): ceph-disk looks like it tries to mark preexisting OSD partitions with the ...
this is correct.. if you do ceph-disk prepare /dev/sdb1 (a partition) we don't touch the partition type. if you do /... Sage Weil
02:14 PM Bug #5161 (Pending Backport): daemons should create /var/run/ceph if it doesn't already exist
Sage Weil
02:02 PM Bug #5338 (In Progress): need rpm packages built for libapache-mod-fastcgi
Sage Weil
01:53 PM Bug #5263 (Resolved): Python Error While Installing ceph-deply on debian wheezy
Sage Weil
01:52 PM Bug #5299 (Won't Fix): ceph-deploy fails with cryptic error message if expected directories not f...
Sage Weil
01:51 PM Bug #5342 (Resolved): Make tcmalloc default on ARM
Sage Weil
01:51 PM Bug #5339 (Resolved): ceph-deploy suite failures, 'insufficient osds'
Sage Weil
01:50 PM Bug #5359 (Resolved): ceph-deploy: install and purge commands on rhel sometimes errors out though...
Sage Weil
01:49 PM Bug #5066 (Resolved): Problems with ceph-deploy debs
Sage Weil
01:48 PM Bug #5199 (Resolved): ceph-deploy: on fedora18, osd create command doesnt seem to mount the disks
Sage Weil
01:47 PM Bug #5258 (Resolved): ceph-deploy: forgetkeys command could delete existing keyring files without...
commit:953bee3cc66d19ef9b201299fc82c270587936a9 Sage Weil
01:46 PM Bug #4916 (Resolved): ceph-deploy: mon create fails on bobtail branch in centos 6.3
Sage Weil
01:45 PM Bug #5334 (Resolved): ceph-deploy: "modules not installed"
Sage Weil
01:40 PM Bug #5345 (Need More Info): ceph-disk: handle less common device names
Sage Weil
12:01 PM Feature #5393 (Rejected): ceph-disk: prepare should warn when using partitions
When using ceph-disk prepare with already created partitions, we do not set the partition uuid, thus the udev rules a... Alexandre Marangone

06/17/2013

08:35 PM Bug #5387 (Resolved): ceph-disk: lockfile does not detect stale locks (dead parent process)
python lockfile class does not detect when teh prior lock owner process is gone. we should switch to a class that do... Sage Weil
03:49 PM Bug #5194 (Resolved): udev does not start osd after reboot on wheezy or el6 or fedora
Sage Weil
02:54 PM Bug #5194 (Fix Under Review): udev does not start osd after reboot on wheezy or el6 or fedora
now works on rhel, centos, wheezy, precise. f18 still has the mon start issue. Sage Weil

06/15/2013

08:09 PM Bug #5363 (Resolved): specfile: ceph does not start on reboot
Sage Weil
08:09 PM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
update:
* wheezy is working well.
* fedora is failing only because the mon doesn't start on boot. see #5369
* r...
Sage Weil
07:50 PM Bug #5369 (Resolved): fedora18: sysvinit doesn't start mon on reboot
mon log indicates it can't bind to the ip, suggesting it is starting before the network. however, note that... Sage Weil

06/14/2013

06:04 PM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
rhel seems to be working, fedora18 is acting very strange. Sage Weil
02:06 PM Bug #5194 (In Progress): udev does not start osd after reboot on wheezy or el6 or fedora
tahnks- i now see the problem (and can reproduce it here, yay!). testing a fix Sage Weil
01:09 PM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
Hi Sage,
attached is the current syslog.
I started "partprobe /dev/sdb" at Jun 14 21:57:06 and "partprobe /dev/...
Robert Sander
01:04 PM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
Can you generate and attach a udev log after the reboot? Actually, ideally,
- reboot
- note the time
- run part...
Sage Weil
12:59 PM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
Sage Weil wrote:
> Can you grab
>
> https://github.com/ceph/ceph/blob/master/src/ceph-disk and copy it to /usr/...
Robert Sander
12:43 PM Bug #5194 (Need More Info): udev does not start osd after reboot on wheezy or el6 or fedora
Hi Robert,
Can you grab
https://github.com/ceph/ceph/blob/master/src/ceph-disk and copy it to /usr/sbin
https:...
Sage Weil
12:42 PM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
Sage Weil
03:04 PM Bug #5363 (Resolved): specfile: ceph does not start on reboot
testing fix Sage Weil
02:39 PM Feature #5361 (Resolved): ceph-all should start after networking bug before runlevel [2345]
just in case other system services rely on it being up. Sage Weil
02:38 PM Bug #5248 (Resolved): upstart: ceph-all job is starting too soon
hmm opening a separate bug for the 'start earlier than this' part. Sage Weil
12:39 PM Bug #5248: upstart: ceph-all job is starting too soon
changing this to runlevel [2345] for now. Sage Weil
02:38 PM Feature #3302 (Resolved): ceph-disk: activate-journal, and matching udev rule
Sage Weil
02:23 PM Feature #3302: ceph-disk: activate-journal, and matching udev rule
commit:a2a78e8d16db0a71b13fc15457abc5fe0091c84c Sage Weil
02:18 PM Bug #5189 (Resolved): ceph-deploy disk prepare fails silently
this is now working with the fixes from #4984. Sage Weil
02:14 PM Bug #4984 (Resolved): ceph_deploy: osd create succeeds with an error message (partprobe returns e...
woot! tested and backported to cuttlefish!
still issues on reboot with wheezy... #5194
Sage Weil
11:39 AM Bug #5359 (Resolved): ceph-deploy: install and purge commands on rhel sometimes errors out though...
install command on rhel platform errors out though the command is successful and ceph is installed,
the error mess...
Tamilarasi muthamizhan
10:56 AM Bug #5339: ceph-deploy suite failures, 'insufficient osds'
changing the priority as this has nothing to do with ceph-deploy,
leaving it in this state until the nightlies succ...
Tamilarasi muthamizhan
08:35 AM Bug #5345 (Resolved): ceph-disk: handle less common device names
/dev/sdaa*
/dev/cciss/c0d0p1
etc.
Sage Weil

06/13/2013

05:41 PM Bug #5339: ceph-deploy suite failures, 'insufficient osds'
modified ceph-deploy task to throw appropriate exceptions in case of failures.
most of the ceph-deploy tests have ...
Tamilarasi muthamizhan
10:48 AM Bug #5339 (Resolved): ceph-deploy suite failures, 'insufficient osds'
The cluster is NOT operational due to insufficient OSDs Sage Weil
04:37 PM Bug #5342 (Resolved): Make tcmalloc default on ARM
tcmalloc usage needs to be enabled on ARM. While packages are not available on all platforms yet, the locally compil... Anonymous
04:03 PM Feature #3302 (Fix Under Review): ceph-disk: activate-journal, and matching udev rule
this was causing unreliable ubuntu activation, at least in my case Sage Weil
01:52 PM Bug #5283: Ceph-deploy can't handle /dev/disk/by-* device paths
With the by-id path which does not have embedded colons:... Anonymous
12:52 PM Bug #5283: Ceph-deploy can't handle /dev/disk/by-* device paths
glowell@gary-ubuntu-01:~/ceph-deploy$ ./ceph-deploy osd create gary-ubuntu-01:/dev/disk/by-path/pci-0000:00:07.0-scsi... Anonymous
12:28 PM Bug #5309 (Closed): ceph-deploy mon create fails to start monitor damon
Issue is no longer occurring after recent commits to ceph-deploy. Not sure which one fixed it but around 10 June. Anonymous
10:49 AM Bug #4984 (In Progress): ceph_deploy: osd create succeeds with an error message (partprobe return...
Sage Weil
10:41 AM Bug #5338 (Resolved): need rpm packages built for libapache-mod-fastcgi
We currently have libapache-mod-fastcgi packages built for debs. It would be nice to have them built for rpms as well... Tamilarasi muthamizhan
10:23 AM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
Hi Sage,
this was a clean reboot of the cluster node.
As the filesystems have not been mounted automatically no...
Robert Sander
09:16 AM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
I see it starting osd.5 and osd.2:... Sage Weil
08:40 AM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
Hi,
attached is /var/log/syslog after booting the machine with udev debug level logging.
The filesystems have n...
Robert Sander
09:37 AM Bug #5334: ceph-deploy: "modules not installed"
Update. I was able to get it installed correctly with the `ceph-deploy-1.0-0.noarch.rpm` package, but my understandin... Noah Watkins
08:28 AM Bug #5189: ceph-deploy disk prepare fails silently
Hi Sage,
We are currently testing with some Debian wheezy VMs on a VMware ESXi host.
root@ceph01-test:~# lsb_re...
Robert Sander

06/12/2013

05:51 PM Bug #5259 (Duplicate): osd create command fails inconsistently on ubuntu
i think we should call this a dup of the other bug.. this is all about udev vs partprobe vs udevadm settle races. se... Sage Weil
04:13 PM Bug #5334 (Resolved): ceph-deploy: "modules not installed"
Using cuttlefish RPM install for CentoOS 6.4. Ceph-deploy is installed on all the nodes. I get the following:
<pre...
Noah Watkins
10:21 AM Bug #4984: ceph_deploy: osd create succeeds with an error message (partprobe returns error)
it should have been wip-4984 :) Tamilarasi muthamizhan

06/11/2013

08:54 PM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
We need to gather some udev logs to diagnose this... can you change teh level in /etc/udev/udev.conf to 'debug', rest... Sage Weil
08:43 PM Bug #5189 (Need More Info): ceph-deploy disk prepare fails silently
Hi Robert-
Are you still having this problem? Can you share a bit more information about the environment? What d...
Sage Weil
06:32 PM Bug #4984: ceph_deploy: osd create succeeds with an error message (partprobe returns error)
pushed wip-4948. works ok on centos/rhel, but we should verify it also behaves on ubuntu and debian. Sage Weil
10:57 AM Bug #5309 (Closed): ceph-deploy mon create fails to start monitor damon
This is with current master: 0.63-572-g0948624-1
It appears that somewhere between ceph-deploy and the ceph-mon...
Anonymous
10:53 AM Bug #5300: ceph-deploy purgedata should give warning if ceph still installed
I'll retest, I might not have been paying attention to purge vs purge data. In any event the test system was left in... Anonymous
09:37 AM Bug #5300: ceph-deploy purgedata should give warning if ceph still installed
purge is supposed to remove the package files *and* any config files... Sage Weil
10:27 AM Bug #5306 (Can't reproduce): Xen based OSDs fail to start ceph-osd process
After a clean install and ceph-deploy prepare and activate the osd process is running on the node.
After a reboot th...
Yan-Fa Li
09:39 AM Bug #5299: ceph-deploy fails with cryptic error message if expected directories not found
/etc/ceph should be installed by the package.
did yo uby chance run purgedata without running purge first? that mi...
Sage Weil

06/10/2013

11:07 PM Bug #5283 (In Progress): Ceph-deploy can't handle /dev/disk/by-* device paths
The fix for this will actually be in ceph-disk, ceph-deploy pretty much passes the device unmodified.
Anonymous
10:15 PM Bug #5300 (Resolved): ceph-deploy purgedata should give warning if ceph still installed
Purge will remove directores needed for continued operation. Probable need to issue a warning in this case since if ... Anonymous
10:10 PM Bug #5299 (Won't Fix): ceph-deploy fails with cryptic error message if expected directories not f...
In this case it's /etc/ceph
glowell@gary-ubuntu-01:~/ceph-deploy$ ./ceph-deploy mon create gary-ubuntu-01
Traceba...
Anonymous
04:24 PM Bug #5295 (Resolved): mon keyring path in mon.py not checked properly
commit:dd9392023da4773c7006ec1fb86fee07a862d8f9 Sage Weil
02:06 PM Bug #5295 (Resolved): mon keyring path in mon.py not checked properly
In the file mon.py, line 37 ff., of the ceph-deploy code the mon keyring path is not checked properly. Prior to writi... Peter Wienemann
04:20 PM Bug #4916: ceph-deploy: mon create fails on bobtail branch in centos 6.3
commit:96c001021e6dd06b43686de7040f78c484869344 fixes the mkdir -p thing. Does that fix the centos problem too? Sage Weil
01:48 PM Bug #4916: ceph-deploy: mon create fails on bobtail branch in centos 6.3
I am having the same problem on Debian wheezy. After some debugging I found that the cause of the problem is in the f... Peter Wienemann
11:31 AM Documentation #5293 (Rejected): ceph-osd needs ulimit value to be set otherwise won't start
I needed to add the following line to my /etc/security/limits.conf otherwise the osd didn't start up correctly and th... Yan-Fa Li
04:29 AM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
Sage Weil wrote:
> what happens if you do 'ceph-disk-active /dev/sdb1' (or whatever the xfs patition is)? what abou...
Robert Sander

06/07/2013

05:38 PM Bug #5248 (Need More Info): upstart: ceph-all job is starting too soon
waiting to hear back from jamespage ... he's conferring with the upstart people Sage Weil
05:37 PM Bug #5194 (Need More Info): udev does not start osd after reboot on wheezy or el6 or fedora
can you confirm whether 'partprobe /dev/...' will start the osd? Sage Weil
03:39 PM Bug #5283 (Won't Fix): Ceph-deploy can't handle /dev/disk/by-* device paths
If you try to create a new osd with ceph-deploy using /dev/disk/by-* path instead of the /dev/* path the osd creation... Andrei Mikhailovsky
03:37 PM Feature #5282 (Closed): Get Dumpling into EPEL
Neil Levine
03:35 PM Feature #4515 (Duplicate): packaging: create qemu packages with rbd enabled for centos 6
Duplicates 4550 Ian Colle
03:33 PM Documentation #5253 (Resolved): Update Pre-Flight docs to use ceph-deploy package
Ian Colle
03:31 PM Feature #5015 (Resolved): ceph-deploy: push packages to all ceph repos
Ian Colle
03:29 PM Feature #5019 (Resolved): arm: gitbuilder for ARM
Ian Colle
03:28 PM Feature #5018: arm: ceph-deploy: push packages to ARM
Neil Levine
02:56 PM Feature #5089 (Resolved): ceph-deploy install fails on arm
It works.
Needed python-pushy and ceph-deploy built on arm added to the repos.
Anonymous
02:54 PM Feature #5016: ceph-deploy: gitbuilders for release packages
Opened ticket #5281 for the gitbuilder vms. This task may have fallen off the radar. Anonymous
10:20 AM Bug #5242 (Resolved): ceph-deploy: reports purgedata as invalid command when purge is not successful
fixed the mirror! Sage Weil
09:47 AM Bug #5242: ceph-deploy: reports purgedata as invalid command when purge is not successful
any news here, tamil?
Sage Weil
09:49 AM Bug #5263 (In Progress): Python Error While Installing ceph-deply on debian wheezy
The version 1.0 pachages should not have included the test directory. I'm double checking the repos to ensure thaey... Anonymous

06/06/2013

11:01 PM Feature #5018: arm: ceph-deploy: push packages to ARM
Is this by any chance a duplicate ? Anonymous
10:59 PM Feature #5089 (In Progress): ceph-deploy install fails on arm
Needs a bit more testing. Anonymous
10:57 PM Feature #5091 (In Progress): google-perftools for arm
Need to verify that new upstream package build will work for us. Anonymous
10:56 PM Feature #5092 (Closed): libatomic-ops for arm; or use gcc atomics instead
This does not appear to be an issues. libatomicops is not supported on some arm architectures, but v7 is ok. Early ... Anonymous
10:53 PM Feature #5015: ceph-deploy: push packages to all ceph repos
ceph-deploy is being added to all the testing and named releases.
The is still some automation that could be appli...
Anonymous
10:51 PM Feature #5088 (Resolved): ceph-deploy packages need to install on arm
Completed. Arm version of ceph-deploy built and added to the repo. Anonymous
10:49 PM Feature #5090 (Resolved): ceph-build: Need to support arm in the repos.
Completed, It was just adding armhf to the architectures in the repo cofnig. Anonymous
10:48 PM Feature #5016 (In Progress): ceph-deploy: gitbuilders for release packages
Waiting for gitbuilder VMs to be instantiated. Anonymous
05:00 PM Bug #5266 (Closed): the apt-get install instructions are missing an update
http://ceph.com/docs/master/start/quick-start-preflight/
This section is missing the update:
wget -q -O- 'https...
Yan-Fa Li
04:53 PM Documentation #5265: node-name is confusing. hostname is probably more accurate
I think it might be helpful to have a section of the QSG that describes the basic networking requirements (i.e., host... Ross Turk
04:49 PM Documentation #5265 (Closed): node-name is confusing. hostname is probably more accurate
http://ceph.com/docs/master/start/quick-ceph-deploy/
ceph-deploy new {node-name}
ceph-deploy new ceph-node
nod...
Yan-Fa Li
04:17 PM Bug #5263: Python Error While Installing ceph-deply on debian wheezy
Adding package list just in case:
root@ceph-server:/mnt/my-cluster# dpkg -l
Desired=Unknown/Install/Remove/Purge/...
Yan-Fa Li
04:14 PM Bug #5263 (Resolved): Python Error While Installing ceph-deply on debian wheezy
While trying to install ceph-deploy on a new Debian 7.0/Wheezy with all the latest updates I got the following error:... Yan-Fa Li

06/05/2013

07:05 PM Feature #5214: Kernel gitbuilders for rpm distros
This needed centos 6.4 .I know it said 6.3 or 6.4 but we already needed 6.4 cloud-init support for other things so it... Sandon Van Ness
03:53 PM Bug #5259 (Duplicate): osd create command fails inconsistently on ubuntu
ubuntu@teuthology:/a/teuthology-2013-06-05_01:01:15-ceph-deploy-master-testing-basic/31847... Tamilarasi muthamizhan
03:43 PM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
Okay so I tried duplicating this again today. And now I can't. I think it was due to an iptables issue at first, but ... Greg Poirier
02:21 PM Bug #5258 (Resolved): ceph-deploy: forgetkeys command could delete existing keyring files without...
From an admin point of view, it would be nice to have 'forgetkeys' command to delete only existing keyring files and ... Tamilarasi muthamizhan

06/04/2013

03:09 PM Documentation #5253 (Resolved): Update Pre-Flight docs to use ceph-deploy package
update pre-flight info at http://ceph.com/docs/master/start/ to instruct users to download ceph-deploy package, which... Neil Levine
10:50 AM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
what happens if you do 'ceph-disk-active /dev/sdb1' (or whatever the xfs patition is)? what about 'partprobe /dev/sd... Sage Weil
10:02 AM Bug #5248 (Resolved): upstart: ceph-all job is starting too soon
The current ceph-all job specifies the following:
start on (local-filesystems and net-device-up IFACE!=lo)
This c...
Alexandre Marangone
09:33 AM Bug #5242: ceph-deploy: reports purgedata as invalid command when purge is not successful
this is definitely using hte wrong version of ceph-deploy.. discover is not a command any more. somehow pulling from... Sage Weil

06/03/2013

04:09 PM Bug #5242: ceph-deploy: reports purgedata as invalid command when purge is not successful
ubuntu@teuthology:/a/teuthology-2013-06-02_01:00:44-fs-master-testing-basic/29298 Tamilarasi muthamizhan
04:08 PM Bug #5242 (Resolved): ceph-deploy: reports purgedata as invalid command when purge is not successful
... Tamilarasi muthamizhan
12:26 PM Bug #5211: ceph-disk prepare: list_partitions() shouldn't return disks
One way to do that would be to use lsblk /dev/<disk> and look for the word "part". I'm not sure lsblk is on every dis... Alexandre Marangone
09:42 AM Bug #5211: ceph-disk prepare: list_partitions() shouldn't return disks
the python code that does this is pretty kludgey.. any suggestions for a more robust enumeration strategy should be p... Sage Weil
09:26 AM Bug #5211: ceph-disk prepare: list_partitions() shouldn't return disks
More info:
A customer has its OS installed on /dev/sdak.
When running ceph-disk prepare /dev/sda, ceph-disk-pre...
Alexandre Marangone

05/31/2013

02:37 PM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
:/
0.61.2
[root@test-ceph-1001 ~]# yum list ceph
Loaded plugins: security
Installed Packages
ceph.x86_64 ...
Greg Poirier
09:36 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
This fix landed in 0.61.1. Please try that (or a newer) version and see if you're still hitting it.
Ian Colle
09:22 AM Bug #4924: ceph-deploy: gatherkeys fails on raring (cuttlefish)
I hate to kick a dead horse, but did this make it into 0.63 or will it be available in a later release? Ran into this... Greg Poirier
12:04 PM Feature #5019 (In Progress): arm: gitbuilder for ARM
The arm kernel gitbuilder is now building bootable kernels. No debug yet. Sandon Van Ness
09:58 AM Bug #5193: RHEL6 does not ship with xfsprogs

As a work around, the xfsprogs rpm is available from the Centos 6 repository, however installing that may result in...
Anonymous
09:35 AM Feature #5217 (Rejected): Add "Ceph" to all Ceph package descriptions
A number of the Ceph packages such as librbd and librados do not have "Ceph" in the package title. This makes it har... Anonymous
05:19 AM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
Then a component is missing on my test system (Debian 7 wheezy).
After rebooting the filesystem is not mounted whe...
Robert Sander

05/30/2013

05:27 PM Bug #5210 (Resolved): ceph_deploy: purge and purgedata fails on ceph master branch
daemons weren't getting stopped. fixed as of commit:cf9aa7a0037e56eada8b3c1bb59d59d0bfe7bba5 Sage Weil
12:53 PM Bug #5210 (Resolved): ceph_deploy: purge and purgedata fails on ceph master branch
test set up: plana08... Tamilarasi muthamizhan
05:17 PM Feature #5214 (Resolved): Kernel gitbuilders for rpm distros
Need kernel gitbuilders for centos 6.3 or 6.4, Fedora18, OpenSuse 12.2 or 12.3 and sles11sp2.
The centos and fedora ...
Anonymous
02:08 PM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
udev shoudl trigger ceph-disk active after the reboot to bring the osd back up; no fstab entry should be necessary (p... Sage Weil
12:53 AM Bug #5194: udev does not start osd after reboot on wheezy or el6 or fedora
Something like... Robert Sander
01:55 PM Bug #5211 (Resolved): ceph-disk prepare: list_partitions() shouldn't return disks
@# ceph-disk-prepare /dev/sda
ceph-disk: Error: Device is mounted: /dev/sdak1@
list_partitions('/dev/sda') will o...
Alexandre Marangone
11:38 AM Bug #5208 (Resolved): Debian Wheezy Needs the 'ca-certificates' package before you can wget the p...
'ceph-deploy install...' needs the ca-certificates or you get :
pushy.protocol.proxy.ExceptionProxy: Command 'wget -...
Steve H.
07:35 AM Documentation #5202 (Rejected): "ceph osd stop" not available
The documentation at http://ceph.com/docs/master/rados/troubleshooting/troubleshooting-osd/#stopping-w-out-rebalancin... Robert Sander
12:04 AM Feature #5019: arm: gitbuilder for ARM
Took some futzing but I got the builds working. Unfortunately it did build an armel image as it looks like the auto d... Sandon Van Ness

05/29/2013

08:51 PM Bug #4641 (Resolved): ceph-deploy install fails on fedora 18
tested and it works fine on ceph version 0.61.2
Tamilarasi muthamizhan
08:50 PM Bug #5199 (Resolved): ceph-deploy: on fedora18, osd create command doesnt seem to mount the disks
test setup: burnupi22
while osd create command succeeds with no error, the osd disks are not mounted and the osd p...
Tamilarasi muthamizhan
01:59 PM Bug #5194 (Resolved): udev does not start osd after reboot on wheezy or el6 or fedora
ceph-deploy creates a partition with a filesystem (XFS by default) and mounts it to /var/lib/ceph/osd/<clustername>-<... Robert Sander
01:35 PM Bug #4984 (New): ceph_deploy: osd create succeeds with an error message (partprobe returns error)
Tamilarasi muthamizhan
01:35 PM Bug #4984: ceph_deploy: osd create succeeds with an error message (partprobe returns error)
yes, the problem still exists.... Tamilarasi muthamizhan
01:23 PM Bug #5193 (Resolved): RHEL6 does not ship with xfsprogs
The following commit adds an rpm package dependency on xfsprogs,
https://github.com/ceph/ceph/commit/b2501e91bb8...
Jan Harkes
12:11 PM Bug #5047 (Closed): ceph build needs libboost 1.50 for debian sid
The boost library issue seems to have been resolved upstream. Anonymous
11:48 AM Feature #5191 (Rejected): Create gitbuilder for Hadoop v2.x compatible Ceph plugin
We need a gitbuilder to build the Hadoop / Ceph plugin that is compatible with the Hadoop 2.x line (this is distinct ... Anonymous
11:45 AM Feature #5190 (Rejected): Create Apache Hadoop 2.x gitbuilder
We need another gitbuilder for the Apache Hadoop 2.x line so that we can develop and test against it.
Let's call it ...
Anonymous
10:07 AM Feature #5019: arm: gitbuilder for ARM
Need various flavors of kernel gitbuilders for ARM - both debug and performance Ian Colle
10:05 AM Bug #5189: ceph-deploy disk prepare fails silently
When I add another disk to the test VM (/dev/sdc) and create a partition /dev/sdc1 ceph-deploy succeeds with:
ceph...
Robert Sander
09:10 AM Bug #5189: ceph-deploy disk prepare fails silently
Ceph was installed from the cuttlefish Debian/Ubuntu repo (including ceph-deploy).
ceph-deploy was used to create ...
Robert Sander
09:09 AM Bug #5189 (Resolved): ceph-deploy disk prepare fails silently
$ ceph-deploy disk list ceph01-test
/dev/sda :
/dev/sda1 other, ext2, mounted on /boot
/dev/sda2 other
/dev/sd...
Robert Sander

05/28/2013

04:39 PM Bug #5182 (Won't Fix): ceph-disk looks like it tries to mark preexisting OSD partitions with the ...
ceph-disk prepare_dev says, near the end: if not is_partition(data), mark the partition as an OSD
type, udevadm set...
Dan Mick

05/27/2013

01:19 PM Bug #5174 (Resolved): df: ‘/media/osd.0/.’: No such file or directory
fixed by commit:d81d0ea5c442699570bd93a90bea0d97a288a1e9, backported to cuttlefish branch, but not yet in a cuttlefis... Sage Weil

05/26/2013

07:45 PM Bug #5174 (Resolved): df: ‘/media/osd.0/.’: No such file or directory
In my cluster, there are two machine:
host1: mon/mds
host2: two osd/mon
When i exec" service ceph -a start' on h...
jianpeng ma

05/24/2013

09:53 AM Cleanup #5106 (In Progress): ceph_deploy: install/compile error on wheezy
commit 61b610fbc841c6943e41f23569ed5f6835d8caed
Author: Gary Lowell <glowell@inktank.com>
Date: Thu May 23 09:23:...
Anonymous

05/23/2013

07:49 PM Bug #5161 (Resolved): daemons should create /var/run/ceph if it doesn't already exist
I wanted to add a new mon into a cluster.But when i exce "ceph-mon -i majianpeng --mkfs --monmap map --keyring key", ... jianpeng ma
10:26 AM Bug #4641: ceph-deploy install fails on fedora 18
[ubuntu@burnupi22 ceph-deploy]$ ./ceph-deploy install burnupi22
########################################
Error: Pac...
Tamilarasi muthamizhan
09:35 AM Bug #4984: ceph_deploy: osd create succeeds with an error message (partprobe returns error)
Please confirm if this is still happening or not. Ian Colle
09:32 AM Bug #5150 (Resolved): How many memory need if we compile ceph?
we put ~4 gigs on our VMs for building... sometimes 6. Sage Weil
12:36 AM Bug #5066: Problems with ceph-deploy debs
Probably this is fixed by now (see http://article.gmane.org/gmane.comp.file-systems.ceph.user/1419) but I did not tes... Peter Wienemann

05/22/2013

05:27 PM Bug #4641: ceph-deploy install fails on fedora 18
[ubuntu@burnupi22 ceph-deploy]$ ./ceph-deploy install burnupi22
ceph-deploy: Platform is not supported: Fedora Spher...
Tamilarasi muthamizhan
05:21 PM Bug #5150 (Resolved): How many memory need if we compile ceph?
My machine hardware:
memory: 2G
Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz
But when i compile ceph, it will cause O...
jianpeng ma
04:56 PM Bug #4864 (Resolved): ceph-deploy: mon create command seems to output info about the first node only
Tamilarasi muthamizhan
04:55 PM Bug #4864 (Closed): ceph-deploy: mon create command seems to output info about the first node only
tested on centos machines and it works fine,
from ceph.log:
2013-05-22 16:54:58,117 ceph_deploy.mon DEBUG Deplo...
Tamilarasi muthamizhan

05/21/2013

02:03 PM Feature #5071 (Duplicate): ceph-deploy osd list
Sage Weil
02:03 PM Feature #3350 (Rejected): ceph-deploy: add "ceph-deploy refresh" that just pushed out changes to ...
Sage Weil
02:00 PM Feature #3122 (Resolved): chef: Use "argonaut"/"bobtail" in apt sources.list, not "stable"
Sage Weil
01:57 PM Feature #5014 (Resolved): arm: Build ARM packages
Ian Colle
01:57 PM Feature #3310 (Resolved): ceph-deploy: handle stderr from commands better
Sage Weil
01:56 PM Bug #4820 (Resolved): ceph-deploy : intermittent errors during install
Anonymous
01:54 PM Bug #5130 (Resolved): ceph-deploy osd create ubuntu:sdb
Sage Weil
08:22 AM Bug #5130 (Need More Info): ceph-deploy osd create ubuntu:sdb
the disk is probably in use or already partitioned... do 'ceph-deploy disk list ubuntu' to see, and/or pass --zap-dis... Sage Weil
12:03 AM Bug #5130 (Resolved): ceph-deploy osd create ubuntu:sdb
root@majianpeng:/tmp/my-cluster# ceph-deploy osd create ubuntu:sdb
INFO:ceph-disk:Will colocate journal with data on...
jianpeng ma
01:52 PM Bug #4864: ceph-deploy: mon create command seems to output info about the first node only
Anonymous
01:50 PM Bug #4651 (Can't reproduce): ceph-deploy: unfriendly error message
Sage Weil
01:49 PM Bug #4651: ceph-deploy: unfriendly error message
john do you remember what os this was? Sage Weil
01:47 PM Bug #4655 (Resolved): error handling in ceph-deploy could be better for negative tests
Sage Weil
01:46 PM Bug #4588 (Resolved): pushy local transport steps on command
Anonymous
01:44 PM Bug #5107 (Duplicate): ceph-deploy: on centos 6.3, osd create command should be cleaned up
dup of #4984 Sage Weil
01:36 PM Bug #4862 (Resolved): ceph-deploy: install occassionally throws exceptions though installation is...
Anonymous
08:25 AM Bug #5113 (Resolved): ceph-deploy: purgedata on debian-wheezy returns error
the daemons were still running; debs are now fixed to stop daemons. Sage Weil

05/20/2013

02:53 PM Feature #3255 (Resolved): ceph-disk: allow prepare without activate (for spares)
Sage Weil
11:26 AM Bug #5113 (Resolved): ceph-deploy: purgedata on debian-wheezy returns error
purgedata on burnupi26 returns error. ceph-deploy is installed on the same node.... Tamilarasi muthamizhan
09:52 AM Bug #4865 (Resolved): ceph-disk: activate fails on debian wheezy due to missing udev by-partuuid ...
you were on 0.61.2... the udev fix was 2 patchs after that. tested after doing install --dev=cuttlefish and it worke... Sage Weil
09:37 AM Cleanup #5106: ceph_deploy: install/compile error on wheezy
let's just disable these tests.. dan and i don't even know how to run them. Sage Weil
 

Also available in: Atom