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 #807 from amshinde/ease-rootfs-dev-cgroup
Browse files Browse the repository at this point in the history
device: Ease device access for rootfs device to allow node creation
  • Loading branch information
amshinde authored Jul 24, 2020
2 parents 4ae1175 + 5dc7ae4 commit 2e94561
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 @@ -496,7 +496,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 2e94561

Please sign in to comment.