Changeset 28446 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Jun 23, 2010, 5:51:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r26294 r28446 266 266 AND mountedvol.name = ? 267 267 AND mountedvol.available = ? 268 }, 269 get_ext_id_by_vol_name => qq{ 270 SELECT 271 ext_id 272 FROM instance 273 JOIN storage_object 274 USING (so_id) 275 JOIN mountedvol 276 USING(vol_id) 277 JOIN volume 278 USING(vol_id) 279 WHERE volume.name = ? 280 AND mountedvol.available = ? 281 LIMIT ? 268 282 }, 269 283 # volume handler
Note:
See TracChangeset
for help on using the changeset viewer.
