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

How to locate full path of a chunk? #889

Open
aletus opened this issue Aug 26, 2020 · 0 comments
Open

How to locate full path of a chunk? #889

aletus opened this issue Aug 26, 2020 · 0 comments

Comments

@aletus
Copy link

aletus commented Aug 26, 2020

Hello,

Due to #876 I have files that are overgoals that are not clean up automatically. I was able to write a scripts that delete these extra chunks for most of the files.

However there are a few files left that are overgoal but I cannot locate the extra chunks on disk so I cannot cleanup properly.

For example, mfsfileinfo report 2 chunks of the same ID on the same chunkserver server. However find command only found 1 of the 2 chunk files. I have restarted the chunkserver to rescan the disks multiple times but it mfsfileinfo still shows 2 chunks on that server.

So either the extra chunk is named something else but the chunkserver still scan and ID correctly (due to ID inside the file??) or the master is storing/caching incorrect chunk listing for this file. What is architecture/design how this supposed to work?

So is there a way to find out what is lizardfs "think" is the full path of a chunk on the server?

Thanks

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

No branches or pull requests

1 participant