1. 02 Jun, 2011 1 commit
    • Konstantin Khlebnikov's avatar
      Fix misleading error message · 67af4d2d
      Konstantin Khlebnikov authored
      This message is shown if fcntl() fails (for any reason)
      
      	ioping: fcntl failed, please retry without -D: Invalid argument
      
      First, it tells that -D is invalid argument, which is misleading.
      
      Second it tells to retry with -D even if -D was not used.
      
      Fix it, now the message is:
      
      	ioping: fcntl failed: Invalid argument
      	Please retry without -D
      Signed-off-by: default avatarKir Kolyshkin <kir@openvz.org>
      
      67af4d2d
  2. 01 Jun, 2011 14 commits
  3. 31 May, 2011 1 commit
  4. 30 May, 2011 2 commits
  5. 29 May, 2011 2 commits