]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-clone-request.model.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / rbd-form / rbd-form-clone-request.model.ts
index 0c18352d6574751a979a9e0ed5ce8be9a60a7c9b..0666d8c5d405f286af222dee303b20b88a23733d 100644 (file)
@@ -2,6 +2,7 @@ import { RbdConfigurationEntry } from '../../../shared/models/configuration';
 
 export class RbdFormCloneRequestModel {
   child_pool_name: string;
+  child_namespace: string;
   child_image_name: string;
   obj_size: number;
   features: Array<string> = [];