Priyanka Gupta
2021-Jun-10 07:42 UTC
lxcContainerMountFSBind - Failed to bind mount directory
Hi Everyone, I am looking to understand this piece of code and error. 2021-06-09 06:52:55.548+0000: 1: debug : lxcContainerMountAllFS:1612 : Mounting all non-root filesystems 2021-06-09 06:52:55.548+0000: 1: debug : lxcContainerMountAllFS:1619 : Mounting '/bootflash/SHARED-IOX' -> '/bootflash/SHARED-IOX' 2021-06-09 06:52:55.548+0000: 1: debug : lxcContainerResolveSymlinks:630 : Resolving '/bootflash/SHARED-IOX' 2021-06-09 06:52:55.548+0000: 1: debug : lxcContainerResolveSymlinks:646 : Resolved '/bootflash/SHARED-IOX' to /bootflash/SHARED-IOX 2021-06-09 06:52:55.548+0000: 1: debug : lxcContainerMountFSBind:1176 : src=/bootflash/SHARED-IOX dst=/bootflash/SHARED-IOX 2021-06-09 06:52:55.548+0000: 1: error : lxcContainerMountFSBind:1223 : Failed to bind mount directory /.oldroot/bootflash/SHARED-IOX to /bootflash/SHARED-IOX: No such file or directory I am on Libvirt 5.5.0 Any pointers? Thanks Priyanka -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20210610/c349a9b3/attachment.htm>
Michal Prívozník
2021-Jun-10 14:51 UTC
lxcContainerMountFSBind - Failed to bind mount directory
On 6/10/21 9:42 AM, Priyanka Gupta wrote:> Hi Everyone, > > I am looking to understand this piece of code and error. > > 2021-06-09 06:52:55.548+0000: 1: debug : lxcContainerMountAllFS:1612 : > Mounting all non-root filesystems > > 2021-06-09 06:52:55.548+0000: 1: debug : lxcContainerMountAllFS:1619 : > Mounting '/bootflash/SHARED-IOX' -> '/bootflash/SHARED-IOX' > > 2021-06-09 06:52:55.548+0000: 1: debug : lxcContainerResolveSymlinks:630 : > Resolving '/bootflash/SHARED-IOX' > > 2021-06-09 06:52:55.548+0000: 1: debug : lxcContainerResolveSymlinks:646 : > Resolved '/bootflash/SHARED-IOX' to /bootflash/SHARED-IOX > > 2021-06-09 06:52:55.548+0000: 1: debug : lxcContainerMountFSBind:1176 : > src=/bootflash/SHARED-IOX dst=/bootflash/SHARED-IOX > > 2021-06-09 06:52:55.548+0000: 1: error : lxcContainerMountFSBind:1223 : > Failed to bind mount directory /.oldroot/bootflash/SHARED-IOX to > /bootflash/SHARED-IOX: No such file or directory > > > I am on Libvirt 5.5.0 > > > Any pointers? > >Not really. Other than try to upgrade to the latest release. 5.5.0 is kind of old. Michal