]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-edit-request.model.ts
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / rbd-form / rbd-form-edit-request.model.ts
index 9187b024d9d017fcb742452ad66c23ed609cd745..8b994d958a7246dbfcd67af3ab9da1203d7efd45 100644 (file)
@@ -5,4 +5,10 @@ export class RbdFormEditRequestModel {
   size: number;
   features: Array<string> = [];
   configuration: RbdConfigurationEntry[];
+
+  enable_mirror?: boolean;
+  mirror_mode?: string;
+  primary?: boolean;
+  schedule_interval: string;
+  remove_scheduling? = false;
 }