Skip to content

Commit 1d0ff20

Browse files
committed
WIP
Signed-off-by: Derek Su <[email protected]>
1 parent 9a7938f commit 1d0ff20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/nvme/nvmecli.go

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"fmt"
66
"strconv"
77
"strings"
8+
"time"
89

910
"github.com/sirupsen/logrus"
1011

@@ -299,6 +300,8 @@ func discovery(hostID, hostNQN, ip, port string, executor *commonns.Executor) ([
299300

300301
logrus.Infof("Debug ======> discover output: %s", jsonStr)
301302

303+
time.Sleep(36000 * time.Second)
304+
302305
err = json.Unmarshal([]byte(jsonStr), &output)
303306
if err != nil {
304307
return nil, err

0 commit comments

Comments
 (0)