Replies: 1 comment 3 replies
-
It's not quite clear what the question is. As the mount is performed by a container, by default that mount will not propagate back to the host. If you want the mount to propagate, you need to mount the host /var into the container with mount propagation, mount the CD-ROM in a container under /var, and then it would propagate back to the host |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to mount a (/dev/sr0) device into my worker nodes.
Background
Each worker node would have a cdrom and these privliged containers would eject and read -- i can see the mount in /var/mnt/cdrom but when i
talosctl list /var/mnt/cdrom
i cant see any contents on the cdrom.The envrionment is in a VM (Vmware fusion)
Beta Was this translation helpful? Give feedback.
All reactions