-
Notifications
You must be signed in to change notification settings - Fork 16
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
Qsfs autobuild #1913
Qsfs autobuild #1913
Conversation
bins/bins-extra.sh
Outdated
|
||
extract_docker_image() { | ||
# you need to run `docker save <image> -o <file>.tar | ||
# then run this script like `extrat-image.sh <file>.tar` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extrat -> extract
bins/packages/qsfs/qsfs.sh
Outdated
@@ -0,0 +1,30 @@ | |||
QSFS_VERSION="0.2.0-rc1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0.3.0 was released https://github.com/threefoldtech/0-stor_v2/releases/tag/v0.3.0 for 0-stor does that reflect on qsfs version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well, that's the version used by quatnum-storage https://github.com/threefoldtech/quantum-storage/blob/qsfs-docker/docker/Dockerfile#L4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, i had to rebuild qsfs docker to use latest version of zstor
Autobuild qsfs flist from the docker image from
quatntum-storage
this way newer version of qsfs can be easily integrated and used in the system