Project

General

Profile

Feature #717

Updated by Sage Weil almost 12 years ago

We need to transition the ceph tool to the subscribe framework and away from the raw paxos watch framework.    This will remove the dependency on monitor paxos internals in the admin tool. 

 - make mon log osdmap, pgmap, etc. updates 
 - subscribe to the log (at various log levels). 
 - reimplement -s in terms of '{mon,osd,pg,mds} stat' 
 - dump -s prior to the -w log tail, to get similar behavior to current -w 

 - rip out paxos observer stuff 
 - clean up related ceph tool cruft

Back