ibm-spectrum-scale-install-infra icon indicating copy to clipboard operation
ibm-spectrum-scale-install-infra copied to clipboard

Investigate current package shipment and extraction to other nodes vs repo

Open mrolyat opened this issue 4 years ago • 1 comments

Observing current install playbook and noticed SE packages is being shipped to all nodes in the hosts file and then extracted. This can be lengthy in time and leave entire SE package contents on all nodes.

This issue is opened to investigate if there is a faster way to ship packages to other nodes in the play to reduce time and overhead.

2020-06-22 16:43:37,404 p=27067 u=root n=ansible | changed: [node-vm3]
2020-06-22 16:43:49,907 p=27067 u=root n=ansible | changed: [node-vm1]
2020-06-22 16:44:25,326 p=27067 u=root n=ansible | changed: [node-vm4]
2020-06-22 16:46:17,119 p=27067 u=root n=ansible | changed: [node-vm2]

2020-06-22 16:46:17,544 p=27067 u=root n=ansible | TASK [core/node : install | Extract installation package] **************************************************************************************
2020-06-22 16:48:38,393 p=27067 u=root n=ansible | changed: [node-vm3]
2020-06-22 16:48:48,749 p=27067 u=root n=ansible | changed: [node-vm1]
2020-06-22 16:48:51,002 p=27067 u=root n=ansible | changed: [node-vm4]
2020-06-22 16:49:34,277 p=27067 u=root n=ansible | changed: [node-vm2]```

mrolyat avatar Jun 23 '20 21:06 mrolyat