Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get common pvc for all nodes? #834

Closed
Yaswani341 opened this issue May 31, 2024 Discussed in #819 · 1 comment
Closed

How to get common pvc for all nodes? #834

Yaswani341 opened this issue May 31, 2024 Discussed in #819 · 1 comment
Labels
question User questions. Neither a bug nor feature request.

Comments

@Yaswani341
Copy link

Discussed in #819

Originally posted by Yaswani341 May 22, 2024
Im trying fs snapshot backup and i gave path.repo: "/mnt/snapshots". How can we add pvc so that it is mounted in all master and data nodes?

Im getting this error:
"error" : { "root_cause" : [ { "type" : "repository_verification_exception", "reason" : "[fs_repo_1] [[pQjlvAazRdGWTQ9_KAbMUQ, 'RemoteTransportException[[my-cluster-nodes-1][192.168.195.212:9300][internal:admin/repository/verify]]; nested: RepositoryVerificationException[[fs_repo_1] a file written by master to the store [/mnt/snapshots] cannot be accessed on the node [{my-cluster-nodes-1}{pQjlvAazRdGWTQ9_KAbMUQ}{8u8ynEQXRCGxpqRrRLwxrw}{my-cluster-nodes-1}{192.168.195.212:9300}{d}{shard_indexing_pressure_enabled=true}]. This might indicate that the store [/mnt/snapshots] is not shared between this node and the master node or that permissions on the store don't allow reading files written by the master node]; nested: NoSuchFileException[/mnt/snapshots/tests-dJ-a11kJTS64ipTk3cTiTw/master.dat];'], [xScW2b8hR22KnCNYFro2eA, 'RemoteTransportException[[my-cluster-nodes-0][192.168.144.164:9300][internal:admin/repository/verify]]; nested: RepositoryVerificationException[[fs_repo_1] a file written by master to the store [/mnt/snapshots] cannot be accessed on the node [{my-cluster-nodes-0}{xScW2b8hR22KnCNYFro2eA}{8fn8R87NT1qrATX6kXifYw}{my-cluster-nodes-0}{192.168.144.164:9300}{d}{shard_indexing_pressure_enabled=true}]. This might indicate that the store [/mnt/snapshots] is not shared between this node and the master node or that permissions on the store don't allow reading files written by the master node]; nested: NoSuchFileException[/mnt/snapshots/tests-dJ-a11kJTS64ipTk3cTiTw/master.dat];'], [-UursipGQhq-f4VmAdZShw, 'RemoteTransportException[[my-cluster-masters-1][192.168.161.67:9300][internal:admin/repository/verify]]; nested: RepositoryVerificationException[[fs_repo_1] a file written by master to the store [/mnt/snapshots] cannot be accessed on the node [{my-cluster-masters-1}{-UursipGQhq-f4VmAdZShw}{VFARD2T9Qc26t5dMX9b6Wg}{my-cluster-masters-1}{192.168.161.67:9300}{dm}{shard_indexing_pressure_enabled=true}]. This might indicate that the store [/mnt/snapshots] is not shared between this node and the master node or that permissions on the store don't allow reading files written by the master node]; nested: NoSuchFileException[/mnt/snapshots/tests-dJ-a11kJTS64ipTk3cTiTw/master.dat];'], [YFf5_ti9QMulGhG2i3tZPw, 'RemoteTransportException[[my-cluster-masters-2][192.168.144.154:9300][internal:admin/repository/verify]]; nested: RepositoryVerificationException[[fs_repo_1] a file written by master to the store [/mnt/snapshots] cannot be accessed on the node [{my-cluster-masters-2}{YFf5_ti9QMulGhG2i3tZPw}{fk4_0REWRZ2iq71gw9ueIA}{my-cluster-masters-2}{192.168.144.154:9300}{dm}{shard_indexing_pressure_enabled=true}]. This might indicate that the store [/mnt/snapshots] is not shared between this node and the master node or that permissions on the store don't allow reading files written by the master node]; nested: NoSuchFileException[/mnt/snapshots/tests-dJ-a11kJTS64ipTk3cTiTw/master.dat];']]" }

@github-actions github-actions bot added the untriaged Issues that have not yet been triaged label May 31, 2024
@swoehrl-mw
Copy link
Collaborator

Hi @Yaswani341. It is currently not possible to mount additional PVCs on pods. There is a tracking issue (#484).

@swoehrl-mw swoehrl-mw added question User questions. Neither a bug nor feature request. and removed untriaged Issues that have not yet been triaged labels Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question User questions. Neither a bug nor feature request.
Projects
None yet
Development

No branches or pull requests

2 participants