Skip to content

Commit

Permalink
Low: libpe_status: change directory used for container logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaillot committed Mar 30, 2017
1 parent 4427c95 commit eaa2f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pengine/container.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ container_unpack(resource_t * rsc, pe_working_set_t * data_set)
container_data->mounts = g_list_append(container_data->mounts, mount);

mount = calloc(1, sizeof(container_mount_t));
mount->source = strdup("/var/log/containers");
mount->source = strdup(CRM_LOG_DIR "/bundles");
mount->target = strdup("/var/log");
mount->options = NULL;
mount->flags = 1;
Expand Down

0 comments on commit eaa2f88

Please sign in to comment.