[Openstack] [SWIFT] "Skipping <disk> as it is not mounted"

Pete Zaitcev zaitcev at redhat.com
Thu Mar 22 17:48:28 UTC 2012


On Thu, 22 Mar 2012 14:09:52 +0000
Leander Bessa <leanderbb at gmail.com> wrote:

> I'm installing swift on ubuntu 11.10 on a physical machine with and the
> partition mounted on /mnt/disk. I have a symbolic link on /srv/node/disk
> pointing to /mnt/disk and /srv/node belongs to swift:swift. The disk is
> mounted, but i keep getting the same error message.

Perhaps the symbolic link confuses the check (done with os.path.ismount()).
Either mount to /srv/node/disk or slap "mount_check = false" into
the *.conf files.

-- Pete




More information about the Openstack mailing list