Revision 4b97f902 lib/bdev.py

b/lib/bdev.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007, 2010 Google Inc.
4
# Copyright (C) 2006, 2007, 2010, 2011 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
2074 2074
  constants.LD_DRBD8: DRBD8,
2075 2075
  }
2076 2076

  
2077
if constants.ENABLE_FILE_STORAGE:
2077
if constants.ENABLE_FILE_STORAGE or constants.ENABLE_SHARED_FILE_STORAGE:
2078 2078
  DEV_MAP[constants.LD_FILE] = FileStorage
2079 2079

  
2080 2080

  

Also available in: Unified diff