Mark Vitale 1092cbe34f vos: noise messages when attempting to delete non-existent volume
With vos refactor commit f4e73067cdef990262c69c38ac98761620a63f25,
some formerly conditional volume deletes are now unconditional.
This regresses 'vos move' output with harmless "error" messages
when AFSVolTransCreate() returns VNOVOL:
  "Failed to start transaction on <volume>"
  "Volume not attached, does not exist, or not online"

Modify DoVolDelete() to return early (and silently) with VNOVOL
in this case, allowing the caller to handle this appropriately.

Change-Id: I21a72e38f330335adf97ac50a7ac7d0fb97c1a9c
Reviewed-on: http://gerrit.openafs.org/9596
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
2013-03-13 09:49:25 -07:00
..
2009-06-15 23:29:29 +00:00
2010-08-16 21:32:53 -07:00
2012-09-11 19:32:48 -07:00
2010-08-16 21:32:53 -07:00
2011-03-27 18:12:59 -07:00
2013-02-27 12:37:48 -08:00
2012-10-18 04:30:07 -07:00
2010-08-16 21:32:53 -07:00
2010-08-16 21:32:53 -07:00
2012-04-10 14:34:40 -07:00