Searched defs:thinpool (Results 1 - 3 of 3) sorted by relevance
/lxc/src/lxc/bdev/ |
H A D | lxclvm.c | 58 * $size. If thinpool is specified, we'll check for it's existence and if 65 const char *thinpool) 98 if (thinpool) { 99 len = strlen(pathdup) + strlen(thinpool) + 2; 102 ret = snprintf(tp, len, "%s/%s", pathdup, thinpool); 119 execlp("lvcreate", "lvcreate", "--thinpool", tp, "-V", sz, vg, "-n", lv, (char *)NULL); 378 const char *vg, *thinpool, *fstype, *lv = n; local 389 thinpool = specs->lvm.thinpool; 390 if (!thinpool) 64 do_lvm_create(const char *path, uint64_t size, const char *thinpool) argument [all...] |
/lxc/src/lxc/ |
H A D | arguments.h | 91 char *lvname, *vgname, *thinpool; member in struct:lxc_arguments
|
H A D | lxccontainer.h | 857 char *thinpool; /*!< LVM thin pool to use, if any */ member in struct:bdev_specs::__anon12
|
Completed in 149 milliseconds