General

Profile

Paul Cuzner's activity

From 11/04/2020 to 12/03/2020

12/03/2020

03:23 AM Ceph Revision 92fa9734 (ceph): doc: Update drivegroup spec examples
The examples currently miss the document separator, so a
copy/paste will result in only a single doc being parsed (th...
Paul Cuzner
03:00 AM Ceph Revision 0f236c79 (ceph): orchestrator: validate osd yaml
Validate the yaml document ahead of usage, to catch
any basic errors in the yaml doc. If errors are found the
excepti...
Paul Cuzner
02:43 AM ceph-volume Feature #47295 (Rejected): Optimize ceph-volume inventory to reduce runtime
rejected - an alternate approach was implemented Paul Cuzner
02:42 AM mgr Feature #47756 (Closed): mgr/prometheus: add metric for SLOW_OPS healthcheck
PR merged Paul Cuzner

12/02/2020

11:21 PM Ceph Revision 1afc9d0f (ceph): cephadm: apply more restrictive permissions on TLS files
Changes permissions from 640 to 600 on the crt/key and
token files
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
11:17 PM Ceph Revision 875c94fd (ceph): doc/dev/cephadm: minor updates to address PR feedback
Signed-off-by: Paul Cuzner <pcuzner@redhat.com> Paul Cuzner
09:38 PM Ceph Bug #48290: mgr/dashboard: deletion of host doesn't reflect the dashboard
I'm confused with 'why' deleting a host that has running cluster daemons on it makes sense. Shouldn't the "orchestrat... Paul Cuzner

11/30/2020

09:04 PM Ceph Revision f041b06a (ceph): cephadm: add tests for invalid HTTP methods
Add tests to confirm that the request handler does not
respond to methods other than GET
Signed-off-by: Paul Cuzner ...
Paul Cuzner
06:30 AM Ceph Revision fef0e12b (ceph): doc/dev/cephadm: document the cephadm exporter design
Development document defining the goals, requirements,
design and implementation details for the exporter mode
of the...
Paul Cuzner

11/29/2020

11:06 PM Ceph Revision d7a8d7b5 (ceph): cephadm: add unit tests for cephadm-exporter mode
Added unit tests to the test_cephadm module to cover
key functionality in the exporter. In addition, since the
tests ...
Paul Cuzner

11/26/2020

04:28 AM Ceph Revision 9742f757 (ceph): cephadm: use 2xx error codes instead 5xx
When a thread fails we still need to see content from the
other threads. When a 5xx response is received the payload
...
Paul Cuzner
12:39 AM Ceph Revision a99abb1f (ceph): cephadm: updates to exporter config handling
Multiple updates relating to PR feedback
- exporter config is now a single json document, stored
as a single key in t...
Paul Cuzner
12:02 AM Ceph Revision b014cf52 (ceph): cephadm: updates to cephadm configuration and runtime behaviour
Multiple changes based on PR feedback
- invocation of set-exporter-config now sets all paramters
- customvalidation o...
Paul Cuzner

11/25/2020

11:52 PM Ceph Revision d62dc917 (ceph): cephadm: Handle exporter config in a dedicated class
Several changes related to feedback during review
- repositioned stdlib imports
- added an exporterconfig class to ha...
Paul Cuzner

11/18/2020

08:03 PM Ceph Revision 9ba45ee6 (ceph): Merge pull request #37607 from pcuzner/docs-cephadm-host-maintenance
doc/dev/cephadm: Doc defining the design for host maintenance Paul Cuzner

11/17/2020

10:23 PM Ceph Revision 2c70a8a3 (ceph): cephadm: remove unused variable
Signed-off-by: Paul Cuzner <pcuzner@redhat.com> Paul Cuzner
08:57 PM Ceph Revision 4a7ece8e (ceph): cephadm: tests - updated to include cephadm-exporter
Main unit tests now includes daemon and service
deployments for cephadm-exporter.
In addition, the assert_rm_daemon ...
Paul Cuzner
08:39 PM Ceph Revision e58e86b2 (ceph): cephadm: tests - add cephadm-exporter to service check
Add cephadm-exporter service, and confirm the instance
doesn't contain ceph methods like get_auth_entity (same
approa...
Paul Cuzner
08:35 PM Ceph Revision 0ea737f9 (ceph): cephadm: tests - add cephadm to the spec checks
Adds cephadm-exporter to the servicespec checks
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
08:34 PM Ceph Revision 6b3b09e7 (ceph): cephadm: add cephadm-exporter
Adds the exporter apply call
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
08:32 PM Ceph Revision 7b4bccaf (ceph): cephadm: tests - add mock for the exporter deployment
Adds a mock function to represent the cephadm binary
deployment method
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
08:31 PM Ceph Revision d8d37ca7 (ceph): cephadm: update the exporter class to apply defaults
Use defaults during prepare and generate phases to
reduce user interaction, and simplify the workflow for
unit tests....
Paul Cuzner
08:29 PM Ceph Revision c4d9fc1a (ceph): cephadm: file copy moved to seperate method
Moving to a separate method, means the copy can be
mocked out within the unit tests.
In addition, the the generate_c...
Paul Cuzner

11/16/2020

12:46 AM Ceph Revision c13ebf64 (ceph): cephadm: add unit tests case for TLS
Adds tests to validate creation, and verification of
crt and key files
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner

11/12/2020

02:55 AM Ceph Revision 29c41f91 (ceph): cephadm: edd exporter support to mgr/cephadm
Several changes to introduce support for the exporter
1. new commands for generating/managing the config
settings req...
Paul Cuzner
02:43 AM Ceph Revision 4d08fb11 (ceph): cephadm: updated binary to integrate the exporter
Calling the deploy from orch (stdin) forced changes to the
way the parameters are read, and how the validation of the...
Paul Cuzner
02:33 AM Ceph Revision 13498876 (ceph): cephadm: add cephadm-exporter and service purge 'hook'
Adds a class for the cephadm-exporter that handles the
prepare and generate_config calls. Since the exporter uses
TLS...
Paul Cuzner
02:27 AM Ceph Revision 780809f4 (ceph): cephadm: add cephadm-exporter to deployment cmds
Add cephadm-exporter to the daemon add and apply
subcommands
Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
Paul Cuzner
02:25 AM Ceph Revision b4424f54 (ceph): cephadm: add cephadm-exporter to service types
Adds the cephadm-exporter as one of the known
service types to permit deployment.
Signed-off-by: Paul Cuzner <pcuzne...
Paul Cuzner
02:24 AM Ceph Revision 7ac84597 (ceph): cephadm: add entrypoints for the exporter
Add dummy entry points for the cephadm-exporter and
fix some errnoneous method docstrings
Signed-off-by: Paul Cuzner...
Paul Cuzner
02:22 AM Ceph Revision 9b772ad7 (ceph): cephadm: remove the exporter from QA tests
removing the tests from the script since the exporter
needs to issue cephadm commands that will fail until
the change...
Paul Cuzner

11/04/2020

09:02 AM Ceph Wiki edit: CDM_04-NOV-2020 (#5)
Paul Cuzner
 

Also available in: Atom