]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.component.ts
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / rbd-form / rbd-form.component.ts
index b9e3add709cf8f3bf35db988e5b88b03ce5a365c..28f77e0da08bf915c1dddedd7a63caa0e95f49bb 100644 (file)
@@ -262,8 +262,8 @@ export class RbdFormComponent extends CdForm implements OnInit {
   }
 
   checkPeersConfigured(poolname?: string) {
-    const poolName = poolname ? poolname : this.rbdForm.get('pool').value;
-    this.rbdMirroringService.getPeerForPool(poolName).subscribe((resp: any) => {
+    var Poolname = poolname ? poolname : this.rbdForm.get('pool').value;
+    this.rbdMirroringService.getPeerForPool(Poolname).subscribe((resp: any) => {
       if (resp.length > 0) {
         this.peerConfigured = true;
       }