Project

General

Profile

Activity

From 12/11/2014 to 01/09/2015

01/09/2015

09:06 AM Revision 30e62fb2 (calamari-clients): Fix hostgroup issue in osd-viz during cluster switch
In Workbench, when OSDs are sorted based on Host, and if the cluster
is switched, then host groups are not shown prop...
Kanagaraj Mayilsamy
08:36 AM Bug #10496 (New): mon counters incorrectly calculated when mon_status is warn
see commented code in snippet below.... Christina Meno
01:05 AM Bug #10442 (Fix Under Review): hostgroups are not shown properly in osd-viz while switching the c...
https://github.com/ceph/calamari-clients/pull/81 Kanagaraj Mayilsamy
12:23 AM Revision 939c9a71 (calamari): Merge pull request #245 from ceph/wip-10446
cthulhu: fix parent_bucket_by_node_id return to be serializable
Reviewed-by: Dan Mick <dmick@redhat.com>
Dan Mick

01/08/2015

06:47 PM Revision cfbc8bf4 (calamari-clients): Merge pull request #57 from karnan4ever/health-status-icon-...
Health status text replaced by Status Icon Gregory Meno

01/06/2015

06:56 PM Revision 762c5317 (calamari-clients): Merge pull request #76 from kmkanagaraj/user-management
disable actions for readonly users Gregory Meno
10:54 AM Feature #10074 (Resolved): USER: Hide Pool action elements in Manage app when logged in user is r...
Christina Meno
10:53 AM Feature #10380: Make cluster selection sticky in UI
https://github.com/kmkanagaraj/calamari-clients/commit/008d01a3e519ed76ecaa9f81b9a4112509e96bc1 Christina Meno
10:53 AM Feature #10380 (Resolved): Make cluster selection sticky in UI
Christina Meno
10:50 AM Feature #10073 (Resolved): USER: Hide OSD action elements in manage app when logged in user is re...
Christina Meno
10:49 AM Feature #10072 (Resolved): USER: Hide cluster settings update element when logged in user is read...
Christina Meno

01/05/2015

03:02 PM Bug #10456: Calamari client hard codes ceph as cluster name in DiskSpaceTargets.ejs
On the instance, I modified the cluster name
webapp/content/dashboard/scripts/main.js
sed -i -e 's/var_lib_ceph...
Anthony Alba
02:35 PM Bug #10456: Calamari client hard codes ceph as cluster name in DiskSpaceTargets.ejs
Reference:
https://github.com/ceph/calamari/issues/242
Anthony Alba
02:33 PM Bug #10456 (Resolved): Calamari client hard codes ceph as cluster name in DiskSpaceTargets.ejs
1. calamari-clients branch v1,3, master
2. if the cluster name is customized (i.e. not ceph), then
Graph -> Host - ...
Anthony Alba
01:42 PM Revision 1b9b5a7f (calamari): Merge pull request #241 from ceph/wip-10444
cthulhu: stop comparing osd data from the previous map in _on_osd_map Gregory Meno
05:41 AM Bug #10444 (Resolved): OSD add/remove events not generated correctly
Christina Meno

01/02/2015

09:13 PM Revision 98f03670 (calamari): cthulhu: fix parent_bucket_by_node_id return to be serializable
This info gets sent across in a messagepack and hence needs to be
able to be serialized which a defaultdict cannot.
...
Gregory Meno
08:06 PM Revision 0819474a (calamari): cthulhu: stop comparing osd data from the previous map in _on_osd_map
We are looking for differences in osd_maps old vs. new and by mistake
the old version was compared to itself to deter...
Gregory Meno
01:03 PM Bug #10446 (In Progress): OSD information includes un-serializable info. Causes list/detail in OS...
Christina Meno
07:56 AM Bug #10446 (Resolved): OSD information includes un-serializable info. Causes list/detail in OSD t...
... Christina Meno
12:06 PM Bug #10444 (Fix Under Review): OSD add/remove events not generated correctly
Christina Meno
07:54 AM Bug #10444 (In Progress): OSD add/remove events not generated correctly
Christina Meno
06:17 AM Bug #10444: OSD add/remove events not generated correctly
Thanks for the report, I have updated the title to be something descriptive. John Spray
05:54 AM Bug #10444 (Resolved): OSD add/remove events not generated correctly
In the calamri cthulhu soruce code.
in the eventer.py file,there is a bug?
*def _on_osd_map(self, fsid, new, o...
jack ma

12/30/2014

11:02 PM Bug #10442 (Resolved): hostgroups are not shown properly in osd-viz while switching the cluster
Steps:
1. Navigate to 'WORKBENCH'
2. Change 'SORT BY' to Host
3. Observe the host groups for correctness
4. Swi...
Kanagaraj Mayilsamy

12/24/2014

03:01 AM Revision 14a6c7d3 (calamari): Merge pull request #240 from ceph/wip-10075
Wip 10075 Gregory Meno

12/23/2014

10:30 PM Revision caa47a9c (calamari): docs: add enable/disable user and update username argument
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
10:30 PM Revision 4e16c86b (calamari): tests: change invocations of calamari-ctl to remove --username
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
10:29 PM Revision 36f58d74 (calamari): calamari-ctl: add ability to enable/disable users
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
10:25 PM Revision 8746d8e6 (calamari-clients): Merge pull request #80 from ceph/master
update v1.3 Gregory Meno
10:25 PM Revision fe5962f9 (calamari): Merge pull request #239 from ceph/master
keep v1.3 upto date Gregory Meno
07:01 PM Feature #10075 (Resolved): USER: delete users via calamari-ctl
Christina Meno
07:59 AM Feature #10075: USER: delete users via calamari-ctl
This would be better implemented as disable user. Django recommends not deleting. And in the case of external user di... Christina Meno
03:37 AM Feature #10075 (In Progress): USER: delete users via calamari-ctl
Christina Meno
02:30 PM Revision ff1b175c (calamari-clients): Merge pull request #79 from kmkanagaraj/remember-cluster-se...
Remember cluster selection across reloads Gregory Meno
06:07 AM Revision 008d01a3 (calamari-clients): Remember cluster selection across reloads
Whenever the user selects a cluster, id of the cluster
will be stored in the browser's localstorage. So when
the user...
Kanagaraj Mayilsamy

12/22/2014

06:17 AM Revision 8c4e1f91 (calamari-clients): disable actions for readonly users
1.'Update' button in the 'Cluster Settings' page will be
disabled.
2.OSD actions 'IN', 'OUT', 'DOWN', 'SCRUB' will...
Kanagaraj Mayilsamy

12/21/2014

11:38 PM Bug #10406 (Can't reproduce): Hi,All!When i intent to use calamri i meet an error salt-call:comma...
my system is centos6
*
**when i use vagrant up in the calamari/vagrant/devmond***
[root@brs17 ~/calamari/vagra...
wei qiaomiao

12/19/2014

08:17 PM Revision 2ee09c35 (calamari): Merge pull request #237 from ceph/wip-10355
rest-api: change Allow header to reflect the client's permissions on the... Gregory Meno
06:55 PM Revision 4b332bc2 (calamari-clients): Merge pull request #77 from kmkanagaraj/cluster-selector-fsid
Add cluster-id to cluster selector Gregory Meno
12:12 PM Bug #10355 (Resolved): Allow header contains http methods not allowed when readonly role is makin...
Christina Meno
10:43 AM Revision 884f8c1d (calamari-clients): calamari-client support old and modified df disk usage stat...
Fixes: #10182
Signed-off-by: Karnan TC <kchidamb@redhat.com>
Karnan TC
03:18 AM Bug #10182 (Fix Under Review): UI: graphwall must query new, then old, df stats as does the backend
Karnan TC
03:17 AM Bug #10182: UI: graphwall must query new, then old, df stats as does the backend
https://github.com/ceph/calamari-clients/pull/78
This patch fetches both old and modified variables.
In case of o...
Karnan TC

12/18/2014

07:24 PM Feature #10380 (Resolved): Make cluster selection sticky in UI
When selecting a cluster the UI should remember the selection between manage and dashboard apps and subsequent reloads. Christina Meno
12:01 PM Revision ec860852 (calamari): Merge pull request #230 from SUSE/wip-user-manipulation
Allow admin user to be renamed, and noninteractive password changes Gregory Meno
11:57 AM Revision 8eaa97c8 (calamari): Merge pull request #236 from ceph/wip-fix-setup
rest-api: add viewsets and permissions to packages Gregory Meno
11:56 AM Revision 6b7aae81 (calamari): rest-api: change Allow header to reflect the client's permissions o...
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno
09:16 AM Revision 40fb0e62 (calamari-clients): Add cluster-id to cluster selector
Multiple ceph clusters can have same names. So in that it
will be difficult to differentiate just from the name.
With...
Kanagaraj Mayilsamy

12/17/2014

10:36 AM Bug #10355 (In Progress): Allow header contains http methods not allowed when readonly role is ma...
Christina Meno
10:35 AM Bug #10355 (Resolved): Allow header contains http methods not allowed when readonly role is makin...
as readonly when a get is performed on /api/v2/cluster/fsid/osd/0 for example... Christina Meno
03:12 AM Feature #10072 (Fix Under Review): USER: Hide cluster settings update element when logged in user...
Kanagaraj Mayilsamy
03:11 AM Feature #10073 (Fix Under Review): USER: Hide OSD action elements in manage app when logged in us...
Kanagaraj Mayilsamy
03:11 AM Feature #10074 (Fix Under Review): USER: Hide Pool action elements in Manage app when logged in u...
Kanagaraj Mayilsamy

12/16/2014

11:32 AM Bug #8731: Fix SELinux for Calamari on RHEL7
Consider it revisited. Ian Colle

12/12/2014

04:35 PM Revision 5b91051f (calamari): rest-api: add viewsets and permissions to packages
Signed-off-by: Gregory Meno <gmeno@redhat.com> Gregory Meno

12/11/2014

05:09 AM Revision 2aaccf1f (calamari): calamari-ctl: fix lint failure from last commit
Signed-off-by: Tim Serong <tserong@suse.com> Tim Serong
 

Also available in: Atom