ibm-spectrum-scale-install-infra
ibm-spectrum-scale-install-infra copied to clipboard
Spectrum Scale Installation and Configuration
I set the following variables: `mmfs_profile_path: "/var/mmfs/etc/scalecore.profile"` and call the role as follows: ``` - hosts: scale_cluster gather_facts: false vars: scale_cluster_profile_dir_path: "{{ mmfs_profile_path | dirname }}" scale_cluster_profile_name: "scalecore" collections: -...
For required variables, could we check the configuration as we start running the playbooks and fail if missing with a message? I do see this comment: > The filesystem parameter...
Custom cluster profile was added to the toolkit but the README needs to be refreshed with instructions: Ansible based toolkit feature to support user defined profile based configuration for mmcrcluster
Need some help... I'm backed to the current dev branch (also tried master)... . using host_vars, where I have disks on workers, seems to be skipped in creating the NSD....
Follow up to issue #113, I wanted to break this into another issue as I think it may be more involved. After I attempted to run install using Data Access...
Environment: * x86_64 * RHEL 7.7 running 7.8 kernel (`-1127`) * dev branch Is the upgrade of RPMs suppose to work if we provide a 5.0.4 and then the 5.0.5...
While running terrafrom deploy through AWS cloud vm, playbook stuck. It was asking for confirmation. While running playbook no manual intervention is required. It will be good if we add...
There's a check that will fail if scale is running and we're trying to do things like "upgrade" with another version. ``` 2020-04-30 17:19:42,911 p=23273 u=root n=ansible | TASK [common...
Running a playbook I faced the below error. Re-running the playbook completed without issues. I have no further logs and I have faced this issue only once. Therefore I suspect...
I am using a minimal OS image. The ansible roles fail, if package `elfutils-libelf-devel` is not installed. Ansible output of failed step: ``` TASK [spectrum_scale_core/node : build | Compile GPL...