From 4516352239950c79e9d0c4e655a1c9e7e60cc048 Mon Sep 17 00:00:00 2001 From: Daniel Clavijo Coca Date: Fri, 4 Sep 2020 07:08:35 -0500 Subject: [PATCH] F #3859: Add missing module namespace (#181) --- src/im_mad/remotes/lxd-probes.d/vm/status/state.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im_mad/remotes/lxd-probes.d/vm/status/state.rb b/src/im_mad/remotes/lxd-probes.d/vm/status/state.rb index 28e59af4de3..fb2b9902e7f 100755 --- a/src/im_mad/remotes/lxd-probes.d/vm/status/state.rb +++ b/src/im_mad/remotes/lxd-probes.d/vm/status/state.rb @@ -29,7 +29,7 @@ def self.state_info(*) vm[:name] = name vm[:uuid] = "#{name}-#{Socket.gethostname}" - vm[:state] = Domain.one_status(container) + vm[:state] = LXD::Domain.one_status(container) vm[:deploy_id] = name