Rene Peinthor
Rene Peinthor
I'm back and will also update this PR and add the scenario to the integration tests
@blueorangutan package
> @rp- @ghernadi you guys want this on main only? This should be in 4.19, 4.20 and 4.21/main. As it is basically a regression bug fix.
> > > @rp- @ghernadi you guys want this on main only? > > > > > > This should be in 4.19, 4.20 and 4.21/main. As it is basically...
@blueorangutan package
> Linstor names volumes based on the mirror it is currently using. So for example /dev/drbd1030. The NAS plugin backs up the volume to the path /root.drbd1030.qcow2. > > Then...
> Will `rsync /drbd1030 /dev/drbd1030` work for restoring the backup? > > If yes, we need a way to detect the destination path (`/dev/drbd1030`) from within cloudstack. Is domainxml the...
@abh1sar yes that would be the same volume path as in cloudstack.
@abh1sar see: https://github.com/apache/cloudstack/pull/12300 The full path is: `/dev/drbd/by-res/cs-{volume.path}/0`
This comes from a change in our Peer.toString() method, where we include now the connection count. but the statistics shouldn't use that for tracking. We'll fix that in the next...