Activity
From 09/30/2018 to 10/29/2018
10/29/2018
- 06:37 PM Feature #36603: Allow loop device as a LVM backend
- Ah, yes, ceph-deploy will not help here.
If you create the LVs beforehand (manually, with some other method beside... - 06:00 PM Feature #36603: Allow loop device as a LVM backend
- Hi Alfredo,
to be honest - I'm not sure. To deploy both production and testing clusters I'm using code that executes... - 09:55 AM Feature #36603: Allow loop device as a LVM backend
- For small testing/development clusters it is still viable to pre-create the LVs and then pass those onto ceph-volume....
- 09:52 AM Bug #24795 (Resolved): Unclear documentation on preparing devices
- mimic PR: https://github.com/ceph/ceph/pull/24449
luminous PR: https://github.com/ceph/ceph/pull/24451
10/26/2018
- 07:35 PM Feature #36603 (Closed): Allow loop device as a LVM backend
- Loop device usage is a convinient way to deploy small Ceph clusters for development, however @ceph-volume lvm create@...
- 01:09 PM Bug #36601 (Resolved): ceph-volume: use console_scripts instead of scripts for binaries
- ceph-volume should use console_scripts like most python software today.
console_scripts allow to support out of the ... - 01:05 PM Bug #36600 (New): ceph-volume: Some test_process tests fail in silence.
- All tests in TestFunctionalCall doesn't checks returned values and for example:
* test_stdin ran "echo echo '/' | ...
10/25/2018
- 10:25 PM Feature #36363 (Resolved): batch prepare only for containerized deployments
- luminous backport: https://github.com/ceph/ceph/pull/24759
mimic backport: https://github.com/ceph/ceph/pull/24760 - 06:25 PM Bug #36386 (Resolved): remove --version
- mimic PR: https://github.com/ceph/ceph/pull/24753
luminous PR: https://github.com/ceph/ceph/pull/24754 - 04:00 PM Bug #36519 (Closed): simple tests failing (ceph-disk related)
- This was fixed in ceph-ansible when the commit was reverted
- 01:28 PM Bug #36492 (Resolved): ceph lvm list reports wrong json from within a container
- mimic PR https://github.com/ceph/ceph/pull/24740
luminous PR https://github.com/ceph/ceph/pull/24741
10/24/2018
- 02:58 PM Bug #36492 (Fix Under Review): ceph lvm list reports wrong json from within a container
- master PR https://github.com/ceph/ceph/pull/24738
- 02:48 PM Bug #36492: ceph lvm list reports wrong json from within a container
- [root@magna059 ~]# cat /var/log/ceph/ceph-volume.log
[2018-10-24 14:47:04,000][ceph_volume.main][INFO ] Running com... - 01:30 PM Bug #36589 (Rejected): ceph-volume: generate bad clustername in /etc/ceph/osd files by default.
- I'm on ceph version 13.2.2 (02899bfda814146b021136e9d8e80eba494e1126) mimic (stable)
I have tried to convert a cep... - 01:15 PM Bug #36586: ceph-volume /etc/ceph/osd files contains keyring and is worldwide readable.
- or something like ceph:ceph 400
- 01:13 PM Bug #36586 (New): ceph-volume /etc/ceph/osd files contains keyring and is worldwide readable.
- ceph-volume simple scan creates files in /etc/ceph/osd worldwide readable.
These files contains keyring of the osd...
10/22/2018
- 08:02 AM Bug #36543 (New): test_arg_validators.TestValidDevice tests fail
- These tests fail with:
> parts = line[0].split(';')
E IndexError: list index out of range
Mainly d...
10/19/2018
- 02:42 PM Bug #36492: ceph lvm list reports wrong json from within a container
- We can build a container image from a branch that would have packages once you push a PR for this.
- 02:39 PM Bug #36492: ceph lvm list reports wrong json from within a container
- With the new addition of the development version of containers, can we enable something to verify this works?
- 01:47 PM Bug #36532 (Resolved): ceph-volume: encrypted devices don't support discards
- When encrypted devices are opened, the device-mapper must be instructed to pass though discards (TRIM).
This is curr...
10/18/2018
- 09:17 PM Bug #36519: simple tests failing (ceph-disk related)
- broken because of: https://github.com/ceph/ceph-ansible/pull/3241/commits/b983c55236a9703be9b43b75bc5831120f344374
- 04:12 PM Bug #36519 (Closed): simple tests failing (ceph-disk related)
- Tests are failing with:...
- 08:00 PM Bug #36492: ceph lvm list reports wrong json from within a container
- Does that mean you cannot start working on fixing this bug unless you have a Jenkins CI job?
We have an environment ... - 01:33 PM Bug #36492: ceph lvm list reports wrong json from within a container
- We would like to see a Jenkins Job that has this problem to help determine the behavior, and to make sure that our fi...
- 01:10 PM Bug #36492: ceph lvm list reports wrong json from within a container
- I agree here that if we are being asked JSON we should return JSON only. The output that is coming from LVM is caused...
- 12:43 PM Bug #36492: ceph lvm list reports wrong json from within a container
- I'd say regardless of the option, can't we just suppress the stdout from the json output? This seems like a bug to me.
- 12:37 PM Bug #36492: ceph lvm list reports wrong json from within a container
- 'metadata_read_only = 0 is set to 0 on the host and in the container. So there must be something that confused lvm i...
- 07:56 PM Feature #24871: Listing disks provisionned by ceph-disk
- https://docs.google.com/document/d/1dqqhGZk466eKcXzn5c4paAfVaItKJLjEA7vmt263Vno/edit
- 07:56 PM Bug #36518: ceph-volume must be able to list devices prepared by ceph-disk
- Correct, my bad.
- 04:32 PM Bug #36518 (Duplicate): ceph-volume must be able to list devices prepared by ceph-disk
- This looks like a duplicate of https://tracker.ceph.com/issues/24871
Closing this - 04:02 PM Bug #36518 (Duplicate): ceph-volume must be able to list devices prepared by ceph-disk
- Spec link: https://docs.google.com/document/d/1dqqhGZk466eKcXzn5c4paAfVaItKJLjEA7vmt263Vno/edit?usp=sharing
- 02:29 PM Bug #36386: remove --version
- master PR https://github.com/ceph/ceph/pull/24531
10/17/2018
- 07:49 PM Bug #36492: ceph lvm list reports wrong json from within a container
- The additional logging is coming from lvm and seems to only happen when `ceph-volume lvm list` is run through a conta...
- 04:02 PM Bug #36492 (Resolved): ceph lvm list reports wrong json from within a container
- See:...
10/16/2018
10/15/2018
- 04:51 PM Feature #36363 (In Progress): batch prepare only for containerized deployments
- https://github.com/ceph/ceph/pull/24587
- 02:47 PM Feature #36446 (Closed): Adding is_valid() function to filter out devices
- As a pre-task to listing all the devices, it would be useful to have a function to filter out devices based on some t...
10/10/2018
- 07:33 PM Bug #36386 (Resolved): remove --version
- There is no need for that flag as the tool now lives in the Ceph source tree
10/09/2018
- 03:13 PM Bug #36329 (Closed): format=json reports a different exit code than plain format
- 03:05 PM Bug #36329: format=json reports a different exit code than plain format
- Fair enough. Thanks, we can close this.
- 03:07 PM Feature #36363 (Resolved): batch prepare only for containerized deployments
- In a containerized env, we need to be able to prepare and not activate when performing a batch operation because we a...
10/05/2018
- 01:37 PM Bug #36329: format=json reports a different exit code than plain format
- See: https://github.com/ceph/ceph/blob/master/src/ceph-volume/ceph_volume/devices/lvm/listing.py#L118-L122
- 01:36 PM Bug #36329: format=json reports a different exit code than plain format
- This is on purpose, to aid tooling like ceph-ansible, so that non-zero exit statuses don't need to be ignored.
I a... - 01:16 PM Bug #36329 (Closed): format=json reports a different exit code than plain format
- It is tremendously confusing to see that plain and json output report a different return code, see the following exam...
10/03/2018
- 09:53 PM Bug #36307 (New): allow arbitrary OSD IDs to be used when creating+preparing
- From the mailing list:
> The underlying ceph command (ceph osd new)
> very happily accepts an osd-id as an extra... - 07:35 PM Bug #26953 (Fix Under Review): allow --cluster-fsid flags
- master PR: https://github.com/ceph/ceph/pull/24407
- 03:09 PM Bug #36098 (Resolved): lsblk can fail to find PARTLABEL, must fallback to blkid
- master PR: https://github.com/ceph/ceph/pull/24330
mimic PR: https://github.com/ceph/ceph/pull/24334
luminous PR: h... - 03:06 PM Bug #27210 (Resolved): custom cluster names fail on filestore trigger
- mimic PR: https://github.com/ceph/ceph/pull/24279
luminous PR: https://github.com/ceph/ceph/pull/24280 - 12:33 PM Bug #36246 (In Progress): confusing message when running a 'ceph-volume scan'
- master PR: https://github.com/ceph/ceph/pull/24399
- 12:12 PM Bug #24795 (In Progress): Unclear documentation on preparing devices
- master PR: https://github.com/ceph/ceph/pull/24394
10/02/2018
- 09:05 PM Bug #36247 (Resolved): error when running ceph-volume lvm batch -h
- mimic PR: https://github.com/ceph/ceph/pull/24381
luminous PR: https://github.com/ceph/ceph/pull/24382 - 08:37 PM Bug #36247 (In Progress): error when running ceph-volume lvm batch -h
- master PR: https://github.com/ceph/ceph/pull/24372
- 11:51 AM Bug #36249 (Resolved): activate option --auto-detect-objectstore ignores --no-systemd
- mimic PR: https://github.com/ceph/ceph/pull/24357
luminous PR: https://github.com/ceph/ceph/pull/24358
10/01/2018
- 08:39 PM Bug #36283 (Resolved): --journal-size flag broken when less than 1GB
- If the @--journal-size@ for @lvm batch@ is used with less than 1GB the command breaks:...
- 05:55 PM Bug #36249: activate option --auto-detect-objectstore ignores --no-systemd
- master PR: https://github.com/ceph/ceph/pull/24355
- 02:43 PM Bug #36249 (In Progress): activate option --auto-detect-objectstore ignores --no-systemd
Also available in: Atom