<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hello together,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I need to migrate from proxmox drbdmanager to linstor.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
To be secure, I am having some questions.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I created the dmmmigrate.sh script. Do I have to stop the running virtual machines for the migration process?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
The first lines of dmmigrate.sh looks:<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<pre style="user-select: text; top: -99px">### Nodes ###
linstor node create --node-type Satellite srv2 192.168.11.2
linstor node create --node-type Controller srv1 192.168.11.1

### Storage ###
linstor storage-pool create lvm srv2 drbdpool drbdpool
linstor storage-pool create lvm srv1 drbdpool drbdpool

### Resource: vm-127-disk-1 ###
linstor resource-definition create --port 7023 vm-127-disk-1
linstor resource-definition drbd-options --allow-two-primaries yes vm-127-disk-1
linstor volume-definition create --vlmnr 0 --minor 179 vm-127-disk-1 104857600K
linstor volume-definition set-property vm-127-disk-1 0 OverrideVlmId vm-127-disk-1_00
linstor volume-definition set-property vm-127-disk-1 0 AllowLargerVolumeSize true
linstor volume-definition set-property vm-127-disk-1 0 DrbdCurrentGi 12FFA14FD277E5E9
linstor resource create-transactional begin --terminate-on-error &lt;&lt;EOF
linstor resource create --node-id 1 --storage-pool drbdpool srv2 vm-127-disk-1
linstor resource create --node-id 0 --storage-pool drbdpool srv1 vm-127-disk-1
linstor resource create-transactional commit
EOF</pre>
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
The scripts for generating the&nbsp;<span style="color: rgb(36, 41, 46); font-family: SFMono-Regular, Consolas, &quot;Liberation Mono&quot;, Menlo, monospace; font-size: 13.6px; background-color: rgba(27, 31, 35, 0.05); display: inline !important">dmmmigrate.sh asked me the
 node typ for each server. Is this relevant what node type it was before/it is currenty? The installation is four years ago, so I dont know which one was controller or satellite.<br>
<br>
Is there anything to preper before or to do after that dmmmigrate?<br>
I already have drbd running in version&nbsp;<span style="color: rgb(0, 0, 0); font-family: SFMono-Regular, Consolas, &quot;Liberation Mono&quot;, Menlo, monospace; font-size: 13.6px;">9.0.22-1<br>
</span><br>
After that I want to upgrade proxmox from 5.4 to 6.1</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="color: rgb(36, 41, 46); font-family: SFMono-Regular, Consolas, &quot;Liberation Mono&quot;, Menlo, monospace; font-size: 13.6px; background-color: rgba(27, 31, 35, 0.05); display: inline !important"><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="color: rgb(36, 41, 46); font-family: SFMono-Regular, Consolas, &quot;Liberation Mono&quot;, Menlo, monospace; font-size: 13.6px; background-color: rgba(27, 31, 35, 0.05); display: inline !important">With best regards<br>
Sebastian<br>
<br>
<br>
<br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
</body>
</html>