Skip to content

Commit

Permalink
update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrboe committed Sep 15, 2021
1 parent 56e76a0 commit 52b6636
Show file tree
Hide file tree
Showing 25 changed files with 117 additions and 27 deletions.
7 changes: 5 additions & 2 deletions docs/md/linstor-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ Manage linstor-gateway targets and exports
### Options

```
-h, --help help for linstor-gateway
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
-h, --help help for linstor-gateway
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand All @@ -22,4 +25,4 @@ Manage linstor-gateway targets and exports
* [linstor-gateway server](linstor-gateway_server.md) - Starts a web server serving a REST API
* [linstor-gateway version](linstor-gateway_version.md) - Print version information of LINSTOR Gateway

###### Auto generated by spf13/cobra on 30-Aug-2021
###### Auto generated by spf13/cobra on 15-Sep-2021
8 changes: 8 additions & 0 deletions docs/md/linstor-gateway_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ linstor-gateway completion [flags]
-h, --help help for completion
```

### Options inherited from parent commands

```
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO

* [linstor-gateway](linstor-gateway.md) - Manage linstor-gateway targets and exports
Expand Down
8 changes: 8 additions & 0 deletions docs/md/linstor-gateway_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ linstor-gateway docs [flags]
-h, --help help for docs
```

### Options inherited from parent commands

```
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO

* [linstor-gateway](linstor-gateway.md) - Manage linstor-gateway targets and exports
Expand Down
11 changes: 9 additions & 2 deletions docs/md/linstor-gateway_iscsi.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ as well as drbd-reactor is a prerequisite to use this tool.
### Options

```
-h, --help help for iscsi
--loglevel string Set the log level (as defined by logrus) (default "info")
-h, --help help for iscsi
```

### Options inherited from parent commands

```
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
6 changes: 4 additions & 2 deletions docs/md/linstor-gateway_iscsi_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ linstor-gateway iscsi create --iqn=iqn.2019-08.com.linbit:example --ip=192.168.1
-p, --password string Set the password (required)
--portals string Set up portals, if unset, the service ip and default port
-g, --resource-group string Set the LINSTOR resource-group (default "DfltRscGrp")
--size unit Set a size (e.g, 1TiB) (default 1GiB)
--size unit Set a size (e.g, 1TiB) (default 1G)
-u, --username string Set the username (required)
```

### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_iscsi_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ linstor-gateway iscsi delete --iqn=iqn.2019-08.com.linbit:example --lun=1
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_iscsi_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ linstor-gateway iscsi list
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_iscsi_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ linstor-gateway iscsi server [flags]
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_iscsi_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ linstor-gateway iscsi start --iqn=iqn.2019-08.com.linbit:example
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_iscsi_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ linstor-gateway iscsi stop [flags]
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
11 changes: 9 additions & 2 deletions docs/md/linstor-gateway_nfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ as well as Corosync and Pacemaker's properties a prerequisite to use this tool.
### Options

```
-h, --help help for nfs
--loglevel string Set the log level (as defined by logrus) (default "info")
-h, --help help for nfs
```

### Options inherited from parent commands

```
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nfs_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ linstor-gateway nfs create --resource=example --service-ip=192.168.211.122/24 --
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nfs_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ linstor-gateway nfs delete --resource=example
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nfs_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ linstor-gateway nfs list
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nfs_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ linstor-gateway nfs server [flags]
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
11 changes: 9 additions & 2 deletions docs/md/linstor-gateway_nvme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ nvme manages highly available NVME targets by leveraging LINSTOR and DRBD.
### Options

```
-h, --help help for nvme
--loglevel string Set the log level (as defined by logrus) (default "info")
-h, --help help for nvme
```

### Options inherited from parent commands

```
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nvme_add-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ linstor-gateway nvme add-volume NQN VOLUME_NR VOLUME_SIZE [flags]
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nvme_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ linstor-gateway nvme create NQN SERVICE_IP [VOLUME_SIZE]... [flags]
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nvme_delete-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ linstor-gateway nvme delete-volume NQN VOLUME_NR [flags]
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nvme_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ linstor-gateway nvme delete NQN... [flags]
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nvme_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ linstor-gateway nvme list [flags]
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nvme_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ linstor-gateway nvme start NQN... [flags]
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
4 changes: 3 additions & 1 deletion docs/md/linstor-gateway_nvme_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ linstor-gateway nvme stop NQN... [flags]
### Options inherited from parent commands

```
--loglevel string Set the log level (as defined by logrus) (default "info")
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO
Expand Down
8 changes: 8 additions & 0 deletions docs/md/linstor-gateway_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ linstor-gateway server [flags]
-h, --help help for server
```

### Options inherited from parent commands

```
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO

* [linstor-gateway](linstor-gateway.md) - Manage linstor-gateway targets and exports
Expand Down
10 changes: 9 additions & 1 deletion docs/md/linstor-gateway_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ linstor-gateway version [flags]
-h, --help help for version
```

### Options inherited from parent commands

```
--config string Config file to load (default "/etc/linstor-gateway/linstor-gateway.toml")
--controllers strings List of LINSTOR controllers to try to connect to (default from $LS_CONTROLLERS, or localhost:3370)
--loglevel string Set the log level (as defined by logrus) (default "info")
```

### SEE ALSO

* [linstor-gateway](linstor-gateway.md) - Manage linstor-gateway targets and exports

###### Auto generated by spf13/cobra on 30-Aug-2021
###### Auto generated by spf13/cobra on 15-Sep-2021

0 comments on commit 52b6636

Please sign in to comment.