migtools / mig-e2e

End to end tests for OCP Migration
Apache License 2.0
0 stars 11 forks source link

Fix issue when validating defaults and warnings and no storageClass is defined #43

Closed sergiordlr closed 4 years ago

sergiordlr commented 4 years ago

Attribute storageClass does not have to be always defined. There are cases when it's not defined, for instance In 'move' operations the storageClass does not have to be defined.

It removes nfs class when checking for ceph warnings, nfs should have no warnings, only glusterfs should have those warnings.