]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Babu Shanmugam [Fri, 7 Mar 2014 12:49:20 +0000 (12:49 +0000)]
Removed nw_info from sysinfo
Signed-off-by: Babu Shanmugam <anbu@enovance.com>
Babu Shanmugam [Fri, 7 Mar 2014 06:47:06 +0000 (06:47 +0000)]
Made crush_types to be a map of type to count, so we can tell how many racks/rows/hosts/etc are there
Signed-off-by: Babu Shanmugam <anbu@enovance.com>
Babu Shanmugam [Thu, 6 Mar 2014 08:39:20 +0000 (08:39 +0000)]
1. Removed name of the pool from pool_metadata
2. Included pool type in pool_metadata
3. Renamed rep_size attribute to size in pool_metadata
Signed-off-by: Babu Shanmugam <anbu@enovance.com>
Babu Shanmugam [Thu, 6 Mar 2014 07:58:25 +0000 (07:58 +0000)]
1. simplified the 'bytes' info to just be bytes
2. prefix all the members of the components_info with 'num_'
Signed-off-by: Babu Shanmugam <anbu@enovance.com>
Babu Shanmugam [Wed, 19 Feb 2014 12:54:46 +0000 (12:54 +0000)]
In database delete Session.flush() has to be called appropriately, to avoid foreign key conflicts in delete() request to the database
Signed-off-by: Babu Shanmugam <anbu@enovance.com>
Babu Shanmugam [Wed, 19 Feb 2014 12:43:53 +0000 (12:43 +0000)]
Following changes are made
1. Increased the String length for distro, version and os_desc columns in osds_info table
2. Corrected version information extraction in client/ceph-brag
3. Removed the version_id json entry when version list returned for UUID
4. Updated the README to reflect point 3
Signed-off-by: Babu Shanmugam <anbu@enovance.com>
Babu Shanmugam [Wed, 19 Feb 2014 12:01:11 +0000 (12:01 +0000)]
Modifed the String variables in db.py to be of fixed length to support databases which doesn't have VARCHAR support
Signed-off-by: Babu Shanmugam <anbu@enovance.com>
Babu Shanmugam [Mon, 17 Feb 2014 05:01:19 +0000 (05:01 +0000)]
Added an instruction in 'How to deploy' field in README.md
Signed-off-by: Babu Shanmugam <anbu@enovance.com>
Babu Shanmugam [Tue, 11 Feb 2014 05:52:31 +0000 (05:52 +0000)]
client ownership info validation corrected
Babu Shanmugam [Tue, 11 Feb 2014 05:44:53 +0000 (05:44 +0000)]
Updated client code to complete PUT and DELETE requests
Babu Shanmugam [Mon, 10 Feb 2014 07:08:26 +0000 (12:38 +0530)]
Server changes to deploy in a production env
1. Added the wsgi entry point app.wsgi
2. Updated client code to mandate the update-metadata to have url to publish and unpublish
3. Updated the README to describe a bit about the server operations as well.
Babu Shanmugam [Fri, 7 Feb 2014 13:40:17 +0000 (19:10 +0530)]
With functionality test cases. Test it using 'python setup.py test'
Babu Shanmugam [Fri, 7 Feb 2014 10:25:21 +0000 (15:55 +0530)]
Completed model and controller code
1. GET, PUT and DELETE request are added
2. Removed public folder as it will never be used
Babu Shanmugam [Thu, 6 Feb 2014 12:36:21 +0000 (12:36 +0000)]
Intial version of the server code.
1. Database modelling is done
2. PUT request is completed
Babu Shanmugam [Thu, 30 Jan 2014 05:25:55 +0000 (05:25 +0000)]
Corrected the sample output in README.md
Babu Shanmugam [Thu, 30 Jan 2014 05:22:59 +0000 (05:22 +0000)]
1. Updated README.md with sample output
2. Remove 'osd_hosts' entry from json and added that information as part of sys_info
3. In the 'num_components' entry, 'bytes' entry is replaced to contain an object with 'count' and 'scale' members
Babu Shanmugam [Mon, 27 Jan 2014 06:50:37 +0000 (06:50 +0000)]
If 'ceph osd metadata' isn't working, inform the user about it via stderr
Sébastien Han [Fri, 24 Jan 2014 09:34:41 +0000 (10:34 +0100)]
Fix trailing space
Fix trailing space and indentation.
Babu Shanmugam [Fri, 24 Jan 2014 06:15:40 +0000 (06:15 +0000)]
called sysinfo.append(meta) in get_sysinfo within the while loop
Babu Shanmugam [Fri, 24 Jan 2014 06:08:20 +0000 (06:08 +0000)]
Updated README with How-to-use instructions
Babu Shanmugam [Thu, 23 Jan 2014 06:55:38 +0000 (06:55 +0000)]
Corrected ownership info which was presented as string, added stub code for unpublish
Babu Shanmugam [Wed, 22 Jan 2014 09:45:09 +0000 (09:45 +0000)]
Added update_metadata, clear_metadata, and usage description code
Babu Shanmugam [Tue, 21 Jan 2014 10:57:10 +0000 (10:57 +0000)]
Initial version of the source code. Statistics extraction is done
Sébastien Han [Thu, 16 Jan 2014 14:20:53 +0000 (15:20 +0100)]
first commit