Hi,
we have an host stratum 0 for some repositries with S3 backend. Last week we install a new host and configure it with a new stratum 0. We copy the Key from the “old” stratum 0 to the “new” one and we create the repo in the new stratum 0 using the same S3 bucket with this comand:
cvmfs_server mkfs -z -G “30 days ago” -s /root/cvmfscv_s3.cfg -k /root/OldS0Key -w https://rgw.cloud.infn.it:443/cvmfs/ reponame.infn.it
but seems this cause the repo has been ereased. Now when we open a transaction we found the repo empty. is it normal?
should we do in different way this operation?
Now we see only the tag from the last date we did the mksfs in the new stratum 0:
cvmfs_server tag -l datacloud.infn.it
Name │ Revision │ Timestamp │ Branch │ Description
─────────────────────────────────┼──────────┼──────────────────────┼────────┼─────────────
generic-2024-10-21T10:07:01Z │ 1 │ 21 Oct 2024 10:07:03 │ │
generic-2024-10-21T10:13:33Z │ 2 │ 21 Oct 2024 10:13:35 │ │
generic-2024-10-21T10:16:09Z │ 3 │ 21 Oct 2024 10:16:11 │ │
generic-2024-10-21T10:17:31Z │ 4 │ 21 Oct 2024 10:17:32 │ │
generic-2024-10-26T23:50:08Z │ 5 │ 26 Oct 2024 23:50:09 │ │
trunk-previous │ 6 │ 2 Nov 2024 23:50:10 │ │ default undo target
generic-2024-11-02T23:50:08Z │ 6 │ 2 Nov 2024 23:50:10 │ │
trunk │ 7 │ 4 Nov 2024 13:11:16 │ │ current HEAD
generic-2024-11-04T13:11:16.050Z │ 7 │ 4 Nov 2024 13:11:16 │ │
─────────────────────────────────┴──────────┴──────────────────────┴────────┴─────────────
Is there a way to look a tag before the date of 21/10/2024 and rollback the repository to that tag?
Cheers
Sergio