OCFS2

3 posts / 0 new
Last post
#1 Sat, 2015-01-17 05:34
mdekkers
  • mdekkers's picture
  • Offline
  • Last seen: 3 years 2 months ago
  • Joined: 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

Sun, 2015-01-18 01:52
AmatCoder
  • AmatCoder's picture
  • Offline
  • Last seen: 1 year 4 months ago
  • Joined: 2013-10-18

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.

Sun, 2015-01-18 04:31
mdekkers
  • mdekkers's picture
  • Offline
  • Last seen: 3 years 2 months ago
  • Joined: 2015-01-17

Yeah, I was afraid of that - thanks!

Log in or register to post comments