File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,15 @@ To upload a script:
4040
4141::
4242
43- # radosgw-admin script put --infile={lua-file} --context={prerequest|postrequest|background|getdata|putdata} [--tenant={tenant-name}]
43+ # radosgw-admin script put --infile={lua-file-path } --context={prerequest|postrequest|background|getdata|putdata} [--tenant={tenant-name}]
4444
4545
46- * When uploading a script with the ``background `` context, a tenant name may not be specified.
46+ * When uploading a script with the ``background `` context, a tenant name should not be specified.
47+ * When uploading a script into a cluster deployed with cephadm, use the following command:
48+
49+ ::
50+
51+ # cephadm shell radosgw-admin script put --infile=/rootfs/{lua-file-path} --context={prerequest|postrequest|background|getdata|putdata} [--tenant={tenant-name}]
4752
4853
4954To print the content of the script to standard output:
You can’t perform that action at this time.
0 commit comments