1. 22 Sep, 2014 6 commits
  2. 19 Sep, 2014 12 commits
  3. 18 Sep, 2014 13 commits
  4. 16 Sep, 2014 3 commits
  5. 15 Sep, 2014 1 commit
  6. 12 Sep, 2014 2 commits
  7. 10 Sep, 2014 3 commits
    • Andrey Vagin's avatar
      zdtm/mountpoints: add "unknown" options to reproduce the previous bug · 75768982
      Andrey Vagin authored
      tmpfs has the "size" option, which is not standard.
      
      Execute zdtm/live/static/mountpoints
      ./mountpoints --pidfile=mountpoints.pid --outfile=mountpoints.out
      Dump 2737
      WARNING: mountpoints returned 1 and left running for debug needs
      Test: zdtm/live/static/mountpoints, Result: FAIL
      ==================================== ERROR ====================================
      Test: zdtm/live/static/mountpoints, Namespace:
      Dump log   : /root/git/criu/test/dump/static/mountpoints/2737/1/dump.log
      --------------------------------- grep Error ---------------------------------
      (00.146444) Error (mount.c:399): Two shared mounts 50, 67 have different sets of children
      (00.146460) Error (mount.c:402): 67:./zdtm_mpts/dev/share-1 doesn't have a proper point for 54:./zdtm_mpts/dev/share-3/test.mnt.share
      (00.146820) Error (cr-dump.c:1921): Dumping FAILED.
      ------------------------------------- END -------------------------------------
      ================================= ERROR OVER =================================
      Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
      Tested-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      75768982
    • Andrey Vagin's avatar
      mount: strip options for all mounts · f88d72d0
      Andrey Vagin authored
      Currently we stript options only one of brothers, but
      mount_equal() thinks that two brothers should have the same options.
      
      Execute zdtm/live/static/mountpoints
      ./mountpoints --pidfile=mountpoints.pid --outfile=mountpoints.out
      Dump 2737
      WARNING: mountpoints returned 1 and left running for debug needs
      Test: zdtm/live/static/mountpoints, Result: FAIL
      ==================================== ERROR ====================================
      Test: zdtm/live/static/mountpoints, Namespace:
      Dump log   : /root/git/criu/test/dump/static/mountpoints/2737/1/dump.log
      --------------------------------- grep Error ---------------------------------
      (00.146444) Error (mount.c:399): Two shared mounts 50, 67 have different sets of children
      (00.146460) Error (mount.c:402): 67:./zdtm_mpts/dev/share-1 doesn't have a proper point for 54:./zdtm_mpts/dev/share-3/test.mnt.share
      (00.146820) Error (cr-dump.c:1921): Dumping FAILED.
      ------------------------------------- END -------------------------------------
      ================================= ERROR OVER =================================
      Reported-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
      Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
      Tested-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      f88d72d0
    • Andrey Vagin's avatar
      mount: don't skip checks in validate_mounts() · cb738520
      Andrey Vagin authored
      "continue" is called by mistake, so we skip a few checks for shared
      mounts without siblings.
      Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      cb738520