| Hi, I'm having issues with ec2-plugin in FreeBSD, I don't know when this started to happen but I have upgraded OS, Jenkins, Java and the plugin itself. It seems to be something related to ZFS check in this line: https://github.com/jenkinsci/ec2-plugin/blob/42bd60e8947b427b2684eb4e6818feb213993560/src/main/java/hudson/plugins/ec2/ebs/ZPoolMonitor.java#L53 I don't have any ZFS partition on the server:
root@jenkins:~ # gpart show
=> 0 20971520 ada0 BSD (10G)
0 16 - free - (8.0K)
16 20971504 1 !0 (10G)
=> 34 16777149 xbd1 GPT (8.0G)
34 16777149 1 freebsd-swap (8.0G)
=> 34 209715133 xbd5 GPT (100G)
34 2014 - free - (1.0M)
2048 209711104 1 freebsd-ufs (100G)
209713152 2015 - free - (1.0M)
root@jenkins:~ # mount
/dev/ada0a on / (ufs, local, soft-updates)
devfs on /dev (devfs, local, multilabel)
fdescfs on /dev/fd (fdescfs)
procfs on /proc (procfs, local)
/dev/xbd5p1 on /usr/local/jenkins (ufs, local, soft-updates)
I have the following options:
jenkins_java_opts="-Dhudson.ClassicPluginStrategy.noBytecodeTransformer=true -Dhudson.os.solaris.ZFSInstaller.disabled=true"
|