Skip to content

Commit

Permalink
cps-tools: temorarily disable unmaintained features
Browse files Browse the repository at this point in the history
- node migration for php, java, mysql
- volume persistance for xtreemfs
  • Loading branch information
tcrivat committed Jul 19, 2016
1 parent 8676df1 commit 50a4bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cps-tools/src/cps_tools/mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, mysql_parser, client):
[('mysql', 1), ('glb', 0)], # (role name, default number)
"MySQL service sub-commands help")
self._add_change_pwd()
self._add_migrate_nodes()
# self._add_migrate_nodes()
self._add_dump()
self._add_load_dump()

Expand Down
2 changes: 1 addition & 1 deletion cps-tools/src/cps_tools/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, web_parser, client, service_type="web",
self._add_list_codes()
self._add_download_code()
self._add_delete_code()
self._add_migrate_nodes()
# self._add_migrate_nodes()

# ========== upload_key
def _add_upload_key(self):
Expand Down
2 changes: 1 addition & 1 deletion cps-tools/src/cps_tools/xtreemfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, xtreemfs_parser, client):
self._add_get_user_cert()
self._add_list_policies()
self._add_set_policy()
self._add_toggle_persistent()
# self._add_toggle_persistent()
self._add_set_osd_size()

# ========== list_xfs_volumes
Expand Down

0 comments on commit 50a4bcd

Please sign in to comment.