From 81d216e3cce5c2027f4660a4999b6a5620a6a927 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 9 Feb 2023 17:26:27 -0700 Subject: [PATCH] FIXME: Drop mount for /sys/class/dmi/id/board_serial I was seeing failures to run ceph-cm-ansible in my VM; removing this line got me past it. I imagine it will cause problems with cephadm, however. --- ceph_devstack/resources/ceph/containers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph_devstack/resources/ceph/containers.py b/ceph_devstack/resources/ceph/containers.py index 34a40946..6426ed56 100644 --- a/ceph_devstack/resources/ceph/containers.py +++ b/ceph_devstack/resources/ceph/containers.py @@ -208,8 +208,8 @@ class TestNode(Container): # cephadm tries to access these DMI-related files, and by default they # have 600 permissions on the host. It appears to be ok if they are # empty, though. - "-v", - "/dev/null:/sys/class/dmi/id/board_serial", + # "-v", + # "/dev/null:/sys/class/dmi/id/board_serial", "-v", "/dev/null:/sys/class/dmi/id/chassis_serial", "-v",