Is there a way to exclude a path.data entry form data getting saved to

I have a single node and multiple disks where data gets saved.
I want to replace one of the disk.

I think I can do something like this
deploy a temporary node , replicate data, delete the data entry for the disk I want to remove and restart, let the data replicate and then remove temporary node.

I want to know if there is any correct way of doing it? like we have for excluding nodes from shard allocation.

Thanks.

no, that's currently not possible.

Couldn't you start the second node with a specific path.data that doesn't include that disk, then use shard filtering to move data to it, then shutdown the original node, replace the disk, then bring the other node up and reverse things?

As I said in original comment, that option is there. I wanted to know if there is any out of the box solution.

Thanks.

Nope.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.