Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #812 from amshinde/stable-1.10-device
Browse files Browse the repository at this point in the history
Backport: device: Ease device access for rootfs device to allow node creation
  • Loading branch information
Julio Montes authored Jul 27, 2020
2 parents 09ebea5 + bd6f09e commit 9e827b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ func updateDeviceCgroupForGuestRootfs(spec *pb.Spec) {
Major: devMajor,
Minor: devMinor,
Type: "b",
Access: "rwm",
Access: "rw",
}

spec.Linux.Resources.Devices = append(spec.Linux.Resources.Devices, nvdimmCg)
Expand Down

0 comments on commit 9e827b4

Please sign in to comment.