]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
storage: Ignore dangling symbolic link for filesystem pool
authorOsier Yang <jyang@redhat.com>
Tue, 21 Dec 2010 06:45:24 +0000 (14:45 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 21 Dec 2010 15:07:09 +0000 (08:07 -0700)
commit76965b800e40c2084f03c4359f614fd802087832
treef5c556fb4445972b9693bc2bc1275d2dd73b968d
parentee3efc41e6233e625aa03003bf3127319ccd546f
storage: Ignore dangling symbolic link for filesystem pool

If there is a dangling symbolic link in filesystem pool, the pool
will fail to start or refresh, this patch is to fix it by ignoring
it with a warning log.
src/storage/storage_backend.c
src/storage/storage_backend_fs.c