Matthew Barnes

Results 4 issues of Matthew Barnes

Following the [RHEL documentation](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html/managing_containers/managing_storage_with_docker_formatted_containers#overlay_graph_driver) for setting up the `overlay2` graph driver, which recommends: ``` CONTAINER_ROOT_LV_MOUNT_PATH=/var/lib/docker ``` `atomic storage reset` subsequently fails with ``` rm: cannot remove ‘/var/lib/docker’: Device or resource...

Last week I rolled out overlay2 to an internal OpenShift cluster maintained by operations. One technical bump I hit was operations places an immutable flag (`chattr +i`) on `/var/lib/docker/volumes`, which...

question

Was messing around with running `papr` locally and hit this right off the bat: ``` ERROR: Missing variable 'github_token'. ``` The `github_token` variable is supposed to be optional, according to...

It would be handy for [ResourceID](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource#ResourceID) to support the [encoding.TextMarshaler](https://pkg.go.dev/[email protected]#TextMarshaler) and [encoding.TextUnmarshaler](https://pkg.go.dev/[email protected]#TextUnmarshaler) interfaces so that, for example, JSON data that includes a resource ID string can be unmarshaled directly to...

customer-reported
Azure.Core
Community Contribution