You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No manifest blob for backup medusa-backup-test2-1714136400 of fqdn cassandra-dc1-rack1-sts-0
This message is from this function:
@propertydeffinished(self):
# if we got the finished timestamp straight from the constructor ifself._finishedisnotNone:
returnself._finished# otherwise set it from the manifest blob ifself.cached_manifest_blobisNone:
self.cached_manifest_blob=self._blob(self._manifest_path)
ifself.cached_manifest_blobisnotNone:
dt=self._storage.storage_driver.get_object_datetime(self.cached_manifest_blob)
self._finished=int(dt.timestamp())
returnself._finished# if we still failed to work out the timestamp of manifest blob, we are in trouble logging.debug("No manifest blob for backup {} of fqdn {}".format(self._name, self._fqdn))
returnNone
How can I troubleshoot this ?
Thanks.
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MED-11
The text was updated successfully, but these errors were encountered:
Trun the debug logging on by passing -v to medusa (so medusa -v ...)
There should be a log line just before the No manifest blob... telling you a path it's trying to find the manifest blob at.
Look into your storage at the path you've found from the line before.
In general, the manifest blob is the one Medusa uses to mark backup as finished. It is also one of the last things that medusa writes when it finishes a backup. If you have a backup that started, but did not finish, you might get a lot of these.
Project board link
Hello,
I have this message error:
This message is from this function:
How can I troubleshoot this ?
Thanks.
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MED-11
The text was updated successfully, but these errors were encountered: