1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 13:17:17 +00:00

Create mount points for non-swap mounts; fixes #1506

This commit is contained in:
gizmotronic
2017-04-20 00:01:10 -05:00
parent 5078c80c36
commit b1d9732f65
4 changed files with 72 additions and 18 deletions

View File

@@ -13,4 +13,5 @@ func (s *QemuSuite) TestMounts(c *C) {
s.CheckCall(c, "mount | grep /home/rancher/a")
s.CheckCall(c, "mount | grep /home/rancher/b")
s.CheckCall(c, "mount | grep /home/rancher/c")
s.CheckCall(c, "mount | grep /home/rancher/d")
}