]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph.in
update sources to 12.2.2
[ceph.git] / ceph / src / ceph.in
index cb1bd86941950a99012db3e913cde9b90de4f2ca..7c1eda2c0920bdc57d356b18140eba7f0d74531f 100755 (executable)
@@ -48,7 +48,7 @@ PRIO_USEFUL = 5
 PRIO_UNINTERESTING = 2
 PRIO_DEBUGONLY = 0
 
-PRIO_DEFAULT = PRIO_USEFUL
+PRIO_DEFAULT = PRIO_INTERESTING
 
 # Make life easier on developers:
 # If our parent dir contains CMakeCache.txt and bin/init-ceph,
@@ -228,7 +228,7 @@ def validate_target(target):
                   file=sys.stderr)
             return False
 
-        if service_id in exist_ids:
+        if service_id in exist_ids or len(exist_ids) > 0 and service_id == '*':
             return True
         else:
             print('WARN: the service id you provided does not exist. service id should '