[Libvirt-ci] Errored: libvirt/libvirt#811 (master - be1bb6c)

Travis CI builds at travis-ci.org
Wed Jan 10 23:25:37 UTC 2018


Build Update for libvirt/libvirt
-------------------------------------

Build: #811
Status: Errored

Duration: 41 minutes and 16 seconds
Commit: be1bb6c (master)
Author: John Ferlan
Message: storage: Complete implementation volume by hash object

Alter the volume logic to use the hash tables instead of forward
linked lists. There are three hash tables to allow for fast lookup
by name, target.path, and key.

Modify the virStoragePoolObjAddVol to place the object in all 3
tables if possible using self locking RWLock on the volumes object.
Conversely when removing the volume, it's a removal of the object
from the various hash tables.

Implement functions to handle remote ForEach and Search Volume
type helpers. These are used by the disk backend in order to
facilitate adding a primary, extended, or logical partition.

Implement the various VolDefFindBy* helpers as simple (and fast)
hash lookups. The NumOfVolumes, GetNames, and ListExport helpers
are all implemented using standard for each hash table calls.

View the changeset: https://github.com/libvirt/libvirt/compare/b427cf4831d0...be1bb6c95b31

View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/327439065?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-ci/attachments/20180110/99ac8758/attachment.htm>


More information about the Libvirt-ci mailing list