Search K
Appearance
Appearance
Note: This is pre-release documentation.
Please access https://doc.dovecotpro.com/latest/ for documentation on released versions.
The obox package contains a script scality-find-lost-objects.pl
that looks up the objects from Scality by fetching the HEAD using curl --head
. If the objects can be found in Scality they are then retrieved from Cassandra with doveadm dict get
.
INFO
The default Scality URL to retrieve the objects from is http://localhost:801
.
You may have to change this by editing the line my $HOST = "localhost:801";
in the script to your specific setup.
The script expects a list of object IDs via stdin, each one on a separate line.
Depending on its result the following results are possible:
doveadm dict get
returned with a non-zero status code,Additionally the following general errors might occur: