Skip to content

Commit

Permalink
Merge pull request kubernetes#185 from anvithks/master
Browse files Browse the repository at this point in the history
Fixes kubernetes#184. Added nvmeof option to Access Protocol list in create profile
  • Loading branch information
wisererik authored Sep 11, 2019
2 parents 822c83b + 069dd73 commit fb1e8aa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ export class CreateProfileComponent implements OnInit {
{
label: 'RBD',
value: 'RBD'
},
{
label: 'nvmeof',
value: 'nvmeof'
}
];
storageTypeOptions = [
Expand Down

0 comments on commit fb1e8aa

Please sign in to comment.