You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -180,7 +180,7 @@ The meaning for above burst settings is: **50% for 10 minute(s) resetting every
180
180
181
181
```puppet
182
182
unity_lun { 'puppet_lun':
183
-
unity_system => Unity_system['FNM00150600267'],
183
+
unity_system => Unity_system['FNM12345678901'],
184
184
pool => Unity_pool['puppet_pool'],
185
185
size => 15,
186
186
thin => true,
@@ -290,7 +290,7 @@ a list of `Hash` is required for the pool.
290
290
```puppet
291
291
...
292
292
unity_pool { 'puppet_pool':
293
-
unity_system => Unity_system['FNM00150600267'],
293
+
unity_system => Unity_system['FNM12345678901'],
294
294
description => 'created by puppet module',
295
295
raid_groups => [{
296
296
disk_group => 'dg_15',
@@ -642,17 +642,16 @@ Hosts which contain this LUN.
642
642
643
643
## Limitations
644
644
645
-
TODO
646
645
647
646
## Development
648
647
649
-
Simply fork the repo [puppet-unity](https://github.com/emc-openstack/puppet-unity)and send PR for your code change(also provide testing result of your change), remember to give a title and description of your PR.
648
+
Simply fork the repo and send PR for your code change(also provide testing result of your change), remember to give a title and description of your PR.
0 commit comments