Revision 63a3d8f7 lib/opcodes.py

b/lib/opcodes.py
334 334
    raise errors.OpPrereqError("Unknown storage type: %s" % storage_type,
335 335
                               errors.ECODE_INVAL)
336 336
  if storage_type == constants.ST_FILE:
337
    # TODO: What about shared file storage?
337 338
    RequireFileStorage()
338 339
  return True
339 340

  

Also available in: Unified diff