← Back to team overview

openstack team mailing list archive

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

 

On Thu, 22 Mar 2012 14:09:52 +0000
Leander Bessa <leanderbb@xxxxxxxxx> 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


Follow ups

References