]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
windows: use "net.exe start" instead of Start-Service 2162/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 29 Aug 2023 07:50:37 +0000 (07:50 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 29 Aug 2023 07:52:08 +0000 (07:52 +0000)
commitcb9be7f7861f5baa01b735cab873ac9de607fa01
treef9bfee7fab0b54dc9dc288c97927cb181c7de7b5
parentae5a84c265d0095abfdb22ac053fa866f3da8f12
windows: use "net.exe start" instead of Start-Service

The "Start-Serice" command doesn't really say why the service could
not be started:

  Start-Service : Service 'ceph-rbd (ceph-rbd)' cannot be started
  due to the following error: Cannot start service

We'll use the "net.exe start" command instead, which provides
additional information.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
scripts/ceph-windows/run_tests