]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: Revert "doc/rgw/lua: add info uploading a ... 55526/head
authorZac Dover <zac.dover@proton.me>
Sat, 10 Feb 2024 14:43:05 +0000 (00:43 +1000)
committerZac Dover <zac.dover@proton.me>
Sat, 10 Feb 2024 14:45:20 +0000 (00:45 +1000)
script in cephadm deployment"

This reverts commit b0c78748c05faed9c6032f490169741ad7fd6cf7.

See https://github.com/ceph/ceph/pull/55524#issuecomment-1937022350.
See https://tracker.ceph.com/issues/64327

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/radosgw/lua-scripting.rst

index 9e72428ad21f41200f45fdad5d0d87f179154e43..33b5e7e938c0672e100dc7eb181ca89f538600f0 100644 (file)
@@ -30,15 +30,7 @@ To upload a script:
    
 ::
    
-   # radosgw-admin script put --infile={lua-file-path} --context={prerequest|postrequest|background|getdata|putdata} [--tenant={tenant-name}]
-
-
-* When uploading a script with the ``background`` context, a tenant name should not be specified.
-* When uploading a script into a cluster deployed with cephadm, use the following command:
-
-::
-
-  # cephadm shell radosgw-admin script put --infile=/rootfs/{lua-file-path} --context={prerequest|postrequest|background|getdata|putdata} [--tenant={tenant-name}]
+   # radosgw-admin script put --infile={lua-file} --context={preRequest|postRequest} [--tenant={tenant-name}]
 
 
 To print the content of the script to standard output: