Skip to content

Commit 162eb4f

Browse files
chandrikasgermanop
authored andcommitted
CP-13881: Made xenvm config files non-persistent
Moved xenvm config files from /etc/xenvm.d to /var/run/nonpersistent/xenvm.d Signed-off-by: Chandrika Srinivasan <[email protected]> Acked-by: Germano Percossi <[email protected]>
1 parent 9199c90 commit 162eb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lvm/lvm-util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ lvm_parse_pv(struct vg *vg, const char *name, int pvs, uint64_t start)
100100
static int
101101
lvm_create_cmd(char *out, const char *command, const char *vgname)
102102
{
103-
char path[96] = "/etc/xenvm.d/";
103+
char path[96] = "/var/run/nonpersistent/xenvm.d/";
104104
char vgs_opts[] = "vg_name,vg_extent_size,lv_count,"
105105
"pv_count,pv_name,pe_start";
106106
char lvs_opts[] = "lv_name,lv_size,segtype,seg_count,"

0 commit comments

Comments
 (0)