Skip to content

Testing

Tianfu Ma edited this page Oct 29, 2016 · 1 revision

mir

Starting from devel target.

Set system to 'maintenance' mode by manually modifying /etc/wisnuc.json file.

For one disk, say sdb, try post /system/mir endpoint with

{
  target: [`sdb`]
}

{
  target: [`sdb`]
  init: {
    username: "hello",
    password: "world"
  }
}
Clone this wiki locally