forked from rancher/os
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
BurmillaOS Version: (ros os version)
v1.9.0
Where are you running BurmillaOS? (docker-machine, AWS, GCE, baremetal, etc.)
Proxmox KVM
Which console you use (default, ubuntu, centos, etc..)
default
Do you use some service(s) which are not enabled by default?
enabled qemu-guest-agent
enabled volume-nfs
Please share copy of your cloud-init (remember remove all sensitive data first)
hostname: burmilla-docker
mounts:
- - 192.168.1.10:/mnt/zfs-spin-storage
- /mnt/zfs-spin-storage
- nfs4
- ""
rancher:
console: default
environment:
EXTRA_CMDLINE: /init
network:
dns:
nameservers:
- 192.168.1.1
interfaces:
eth0:
address: 192.168.1.15/24
dhcp: false
gateway: 192.168.1.1
services_include:
qemu-guest-agent: true
volume-nfs: true
state:
dev: LABEL=RANCHER_STATE
wait: true
upgrade:
url: https://raw.githubusercontent.com/burmilla/releases/v1.9.x/releases.yml$ system-docker logs console
FINISHED: /sbin/agetty --noclear tty4 linuxtime="2020-12-25T03:11:06Z" level=error msg="Networking not available to load resource"
time="2020-12-25T03:11:06Z" level=error msg="Networking not available to load resource"
mount: /mnt/zfs-spin-storage: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.
time="2020-12-25T03:11:06Z" level=error msg="Failed to mount /mnt/zfs-spin-storage: exit status 32"
[ ] respawn:info: respawn BurmillaOS
built: '2020-12-14T03:55:31Z', v1.9.0
respawn BurmillaOS
Mount has no problem on a standard ubuntu server. Haven't been able to figure this out.
Should I be able to mount this directly from console? Looks like the same error.
rancher@burmilla-docker:/mnt$ sudo mount -t nfs4 -vvvvvv 192.168.1.10:/mnt/zfs-spin-storage /mnt/zfs-spin-storage
mount: /mnt/zfs-spin-storage: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request