IBM / StorageScaleVagrant

Example scripts and configuration files to install and configure IBM Storage Scale in a Vagrant environment
Apache License 2.0
16 stars 19 forks source link

Remove installed kernel sources and install the right versions #4

Closed neikei closed 5 years ago

neikei commented 5 years ago

Tried to fixed the issue https://github.com/IBM/SpectrumScaleVagrant/issues/3

[vagrant@m1 ~]$ sudo yum list installed | grep kernel
kernel.x86_64                      3.10.0-957.1.3.el7        @koji-override-1
kernel-devel.x86_64                3.10.0-957.1.3.el7        @updates
kernel-headers.x86_64              3.10.0-957.1.3.el7        @updates
kernel-tools.x86_64                3.10.0-957.1.3.el7        @koji-override-1
kernel-tools-libs.x86_64           3.10.0-957.1.3.el7        @koji-override-1
[vagrant@m1 ~]$ sudo mmhealth node show

Node name:      m1.example.com
Node status:    TIPS
Status Change:  16 min. ago

Component      Status        Status Change     Reasons
----------------------------------------------------------------------------------------
GPFS           TIPS          16 min. ago       callhome_not_enabled, gpfs_pagepool_small
NETWORK        HEALTHY       17 min. ago       -
FILESYSTEM     HEALTHY       13 min. ago       -
DISK           HEALTHY       15 min. ago       -
PERFMON        HEALTHY       15 min. ago       -
THRESHOLD      HEALTHY       15 min. ago       -
troppens commented 5 years ago

Thanks for the fix!