OCFS2
#1
Sat, 2015-01-17 05:34
mdekkers
-
- Offline
- 3 years 2 months ago
- 2015-01-17
Hi all,
I am trying out alpine to see if it is a good candidate for running our server farm. Initial research looked good, and this wiki article: http://wiki.alpinelinux.org/wiki/ISCSI_Raid_and_Clustered_File_Systems made it look like ocfs2 is supported. However, running apk add ocfs2-tools gives me the following error:
alpine:/etc# apk add ocfs2-tools
ERROR: unsatisfiable constraints:
ocfs2-tools (missing):
required by: world[ocfs2-tools]
alpine:/etc#
I since found https://bugs.alpinelinux.org/issues/2982 - is this an issue that is likely to be resolved at some point? Is this is a core issue with musl and ocfs2 somehow not working nicely together?
Any comments appreciated!
Thanks
It seems that ocfs2-tools could be built when alpine was based on uclibc, but now with musl it can not.
I don't know if it can be fixed but maybe you get an answer from developers on #alpine-devel.
Regards.
Yeah, I was afraid of that - thanks!