diff --git a/src/ceph-disk b/src/ceph-disk index 4f367e3e67ee2..a0c20c75110a7 100755 --- a/src/ceph-disk +++ b/src/ceph-disk @@ -1719,7 +1719,6 @@ def activate( init, ): - try: check_osd_magic(path) ceph_fsid = read_one_line(path, 'ceph_fsid') @@ -1798,9 +1797,6 @@ def activate( write_one_line(path, 'active', 'ok') LOG.debug('%s osd.%s data dir is ready at %s', cluster, osd_id, path) return (osd_id, cluster) - except: - raise - def main_activate(args):