For example I have 5 nodes (1master) (4workers)
Node0(master)
Node1, Node2, Node3, Node4
On Node4 I have a lot of memory (disks) on another hand on nodes Node1, Node2, Node3 I have much less memory (disk)
Is longhorn able to share memory from Node4 to pods which are scheduled on Node1,Node2,Node3?
or I have to run pod on the node where the longhorn create disk?
Is longhorn can handle this scenario?