skip_repo_fs_check
编辑skip_repo_fs_check编辑
此设置必须为 True
或 False
。
此设置的默认值为 False
集群中的每个主节点和数据节点都 *必须* 对存储库使用的共享文件系统具有写访问权限,才能使快照 100% 有效。为了进行 恢复,这是一种轻量级尝试,旨在确保所有节点 *仍然* 能够主动写入存储库,希望快照来自所有节点。对于恢复目的而言,这不是必需的。
某些文件系统可能需要更长时间才能响应检查,这会导致文件系统访问检查出现误报。对于这些情况,最好通过将其设置为 True
来绕过此验证步骤。
actions: 1: action: restore description: Restore my_index from my_snapshot in my_repository options: repository: my_repository name: my_snapshot indices: my_index skip_repo_fs_check: False wait_for_completion: True max_wait: 3600 wait_interval: 10 filters: - filtertype: state state: SUCCESS exclude: - filtertype: ...
集群中的每个主节点和数据节点都 *必须* 对存储库使用的共享文件系统具有写访问权限,才能使快照 100% 有效。
某些文件系统可能需要更长时间才能响应检查,这会导致文件系统访问检查出现误报。对于这些情况,最好通过将其设置为 True
来绕过此验证步骤。
action: snapshot description: >- Snapshot selected indices to 'repository' with the snapshot name or name pattern in 'name'. Use all other options as assigned options: repository: my_repository name: my_snapshot skip_repo_fs_check: False wait_for_completion: True max_wait: 3600 wait_interval: 10 filters: - filtertype: ...