Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(BaseNode): define startup_script_remote_path as a class attributes
startup_script_remote_path is defined as a class attribute of BaseNode to allow attribute rewriting in child classes. It's relevant for DB nodes created in Cloud. /tmp directory is mounted with noexec option there what makes script execution impossible there. To resolve it, startup_script_remote_path will be rewritten in Cloud node class (ScyllaCloudMachineNode) to any from where script execution will be allowed.
- Loading branch information