]> git.apps.os.sepia.ceph.com Git - ceph.git/log
ceph.git
11 years agoRemoved nw_info from sysinfo
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>
11 years agoMade crush_types to be a map of type to count, so we can tell how many racks/rows...
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>
11 years ago1. Removed name of the pool from pool_metadata
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>
11 years ago1. simplified the 'bytes' info to just be bytes
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>
11 years agoIn database delete Session.flush() has to be called appropriately, to avoid foreign...
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>
11 years agoFollowing changes are made
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>
11 years agoModifed the String variables in db.py to be of fixed length to support databases...
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>
11 years agoAdded an instruction in 'How to deploy' field in README.md
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>
11 years agoclient ownership info validation corrected
Babu Shanmugam [Tue, 11 Feb 2014 05:52:31 +0000 (05:52 +0000)]
client ownership info validation corrected

11 years agoUpdated client code to complete PUT and DELETE requests
Babu Shanmugam [Tue, 11 Feb 2014 05:44:53 +0000 (05:44 +0000)]
Updated client code to complete PUT and DELETE requests

11 years agoServer changes to deploy in a production env
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.

11 years agoWith functionality test cases. Test it using 'python setup.py test'
Babu Shanmugam [Fri, 7 Feb 2014 13:40:17 +0000 (19:10 +0530)]
With functionality test cases. Test it using 'python setup.py test'

11 years agoCompleted model and controller code
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

11 years agoIntial version of the server code.
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

11 years agoCorrected the sample output in README.md
Babu Shanmugam [Thu, 30 Jan 2014 05:25:55 +0000 (05:25 +0000)]
Corrected the sample output in README.md

11 years ago1. Updated README.md with sample output
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

11 years agoIf 'ceph osd metadata' isn't working, inform the user about it via stderr
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

11 years agoFix trailing space
Sébastien Han [Fri, 24 Jan 2014 09:34:41 +0000 (10:34 +0100)]
Fix trailing space

Fix trailing space and indentation.

11 years agocalled sysinfo.append(meta) in get_sysinfo within the while loop
Babu Shanmugam [Fri, 24 Jan 2014 06:15:40 +0000 (06:15 +0000)]
called sysinfo.append(meta) in get_sysinfo within the while loop

11 years agoUpdated README with How-to-use instructions
Babu Shanmugam [Fri, 24 Jan 2014 06:08:20 +0000 (06:08 +0000)]
Updated README with How-to-use instructions

11 years agoCorrected ownership info which was presented as string, added stub code for unpublish
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

11 years agoAdded update_metadata, clear_metadata, and usage description code
Babu Shanmugam [Wed, 22 Jan 2014 09:45:09 +0000 (09:45 +0000)]
Added update_metadata, clear_metadata, and usage description code

11 years agoInitial version of the source code. Statistics extraction is done
Babu Shanmugam [Tue, 21 Jan 2014 10:57:10 +0000 (10:57 +0000)]
Initial version of the source code. Statistics extraction is done

11 years agofirst commit
Sébastien Han [Thu, 16 Jan 2014 14:20:53 +0000 (15:20 +0100)]
first commit