Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Retire support for storage v6 #1924

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Retire support for storage v6 #1924

wants to merge 11 commits into from

Conversation

alstar555
Copy link
Contributor

Fixes #1683

@reidpr reidpr marked this pull request as draft September 18, 2024 17:26
@reidpr reidpr marked this pull request as ready for review September 18, 2024 17:27
Copy link
Collaborator

@reidpr reidpr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job Angelica. A couple suggestions in-line.

lib/filesystem.py Outdated Show resolved Hide resolved
Comment on lines 1297 to 1288
# While support for storage v1 was dropped some time ago, let’s at least
# retain the ability to recognize it.
if (not os.path.isfile(self.version_file)):
return 1
ch.FATAL('Expected file "%s" not found' % self.version_file)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if we instead omit this whole check, and add the version file to valid_p per #1147, which you would then add to this PR?

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

Successfully merging this pull request may close these issues.

retire storage prior to 0.33 (v6) on 2024-06-10
2 participants