Skip to content

Commit

Permalink
Merge pull request #373 from kacole2/feature/documentation/change_to_…
Browse files Browse the repository at this point in the history
…dell_emc_provider_support

Changed EMC To Dell EMC
  • Loading branch information
akutz authored Jan 3, 2017
2 parents 6b69a7b + 93fa444 commit ec7b258
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ Using libStorage can be broken down into several, distinct steps:
1. Configuring [libStorage](./user-guide/config.md)
2. Understanding the [API](http://docs.libstorage.apiary.io)
3. Identifying a production server and client implementation, such as
[REX-Ray](https://rexray.rtfd.org)
[REX-Ray](http://rexray.readthedocs.io/en/stable/)

## Getting Help
To get help with libStorage, please use the
[discussion group](https://groups.google.com/forum/#!forum/emccode-users),
[GitHub issues](https://github.com/codedellemc/libstorage/issues), or tagging
questions with **EMC** at [StackOverflow](https://stackoverflow.com).
To get help with libStorage, please use [GitHub issues](https://github.com/codedellemc/libstorage/issues) or join the active
conversation on the [{code} by Dell EMC Community Slack Team](http://community.codedellemc.com/) in the #project-libStorage channel.

The code and documentation are released with no warranties or SLAs and are
intended to be supported through a community driven process.
5 changes: 3 additions & 2 deletions .docs/user-guide/storage-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Regarding the examples below, please
[read the provision](./config.md#clientserver-configuration) about
client/server configurations before proceeding.

## Isilon
## Dell EMC Isilon
The Isilon driver registers a storage driver named `isilon` with the
`libStorage` driver manager and is used to connect and manage Isilon NAS
storage. The driver creates logical volumes in directories on the Isilon
Expand Down Expand Up @@ -112,7 +112,7 @@ The Isilon driver is not without its caveats:
* Quota (ISI_PRIV_QUOTA) (if `quotas` are enabled)
* Snapshot (ISI_PRIV_SNAPSHOT) (if snapshots are used)

## ScaleIO
## Dell EMC ScaleIO
The ScaleIO driver registers a storage driver named `scaleio` with the
`libStorage` driver manager and is used to connect and manage ScaleIO storage.

Expand Down Expand Up @@ -413,6 +413,7 @@ libstorage:
secretKey: XXXXXXXXXX
region: us-east-1
```

## AWS EFS
The AWS EFS driver registers a storage driver named `efs` with the
`libStorage` driver manager and is used to connect and manage AWS Elastic File
Expand Down

0 comments on commit ec7b258

Please sign in to comment.