Dan Kenigsberg has submitted this change and it was merged. Change subject: storageMailboxTests: fix for f18 ......................................................................
storageMailboxTests: fix for f18 storageMailboxTests fails on F18 because it creates the mailbox files on /tmp, which is tmpfs on F18, and does not support O_DIRECT flags. This patch makes it use /var/tmp instead, which is usually storage-based and has O_DIRECT. Change-Id: I2caacba292fc05118542ba3636281ef4970e32d4 Signed-off-by: Dan Kenigsberg <[email protected]> --- M tests/storageMailboxTests.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ewoud Kohl van Wijngaarden: Looks good to me, but someone else must approve Antoni Segura Puimedon: Looks good to me, but someone else must approve Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/10225 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2caacba292fc05118542ba3636281ef4970e32d4 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
