mds repaired <role>
-
Global settings
---------------
fs flag set <flag name> <flag val> [<confirmation string>]
- flag name must be one of ['enable_multiple']
+"flag name" must be one of ['enable_multiple']
+
+Some flags require you to confirm your intentions with "--yes-i-really-mean-it"
+or a similar string they will prompt you with. Consider these actions carefully
+before proceeding; they are placed on especially dangerous activities.
- some flags require you to confirm your intentions with "--yes-i-really-mean-it"
- or a similar string they will prompt you with. Consider these actions carefully
- before proceeding; they are placed on especially dangerous activities.
Advanced
--------
Describes what reweight-by-utilization would do. ::
- ceph osd test-reweight-by-utilization
+ ceph osd test-reweight-by-utilization
Adds/removes the address to/from the blacklist. When adding an address,
you can specify how long it should be blacklisted in seconds; otherwise,
https://ep.host.dom/tenant:bucket
-Here's a simple Python sample::
-
- from boto.s3.connection import S3Connection, OrdinaryCallingFormat
- c = S3Connection(
- aws_access_key_id="TESTER",
- aws_secret_access_key="test123",
- host="ep.host.dom",
- calling_format = OrdinaryCallingFormat())
- bucket = c.get_bucket("test5b:testbucket")
+Here's a simple Python sample:
+
+.. code-block:: python
+ :linenos:
+
+ from boto.s3.connection import S3Connection, OrdinaryCallingFormat
+ c = S3Connection(
+ aws_access_key_id="TESTER",
+ aws_secret_access_key="test123",
+ host="ep.host.dom",
+ calling_format = OrdinaryCallingFormat())
+ bucket = c.get_bucket("test5b:testbucket")
Note that it's not possible to supply an explicit tenant using
a hostname. Hostnames cannot contain colons, or any other separators