Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup revision metadata files #7061

Open
butonic opened this issue Aug 17, 2023 · 0 comments
Open

cleanup revision metadata files #7061

butonic opened this issue Aug 17, 2023 · 0 comments
Labels

Comments

@butonic
Copy link
Member

butonic commented Aug 17, 2023

When a revision is restored we need to delete the .mlock and .mpk files. to cleanup we can remove any such files that do not have a node file:

ls /home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e* 
/home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e
/home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.mlock
/home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.mpk
/home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.REV.2022-10-14T13:36:28.000000212Z.mlock
/home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.REV.2022-10-14T13:36:28.000000212Z.mpk
/home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.REV.2023-08-17T14:35:05.635432608Z.mlock
/home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.REV.2023-08-17T14:35:05.635432608Z.mpk
/home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.REV.2023-08-17T14:35:31.094117344Z
/home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.REV.2023-08-17T14:35:31.094117344Z.mlock
/home/jfd/storage-users/spaces/so/me-admin-user-id-0000-000000000000/nodes/b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.REV.2023-08-17T14:35:31.094117344Z.mpk

here

b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.REV.2022-10-14T13:36:28.000000212Z.*
b6/14/f3/3b/-463f-4b5a-8d23-ecf199b7f42e.REV.2023-08-17T14:35:05.635432608Z.*

can be deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant