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

cloud filesystem: failed to format #15

Open
williamstein opened this issue Sep 17, 2024 · 1 comment
Open

cloud filesystem: failed to format #15

williamstein opened this issue Sep 17, 2024 · 1 comment
Labels

Comments

@williamstein
Copy link
Contributor

The check here is not sufficiently robust:

https://github.com/sagemathinc/cocalc-compute-docker/blob/main/src/cloud-filesystem/scripts/cloud_filesystem.py#L839

I saw an example of a cloud filesystem where we had only this:

/buckets/storage-bucket-25/juicefs$ ls 
juicefs_uuid

It thus wouldn't format it. However, it wasn't formatted. So I think we need a better test:

  • that the juicefs path is there, and
  • something about etcd

We should be able to check this though using juicefs.

@williamstein williamstein added bug Something isn't working cloud-filesystem labels Sep 17, 2024
@williamstein
Copy link
Contributor Author

In the case where I saw this I removed /buckets/storage-bucket-25/juicefs and then it worked to format.

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