IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2010, 5:51:46 PM (16 years ago)
Author:
watersc1
Message:

Updates to add neb-migrate code, and to fix repeated "can't find device info" bug in nebdiskd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r26294 r28446  
    266266            AND mountedvol.name = ?
    267267            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 ?
    268282    },
    269283    # volume handler
Note: See TracChangeset for help on using the changeset viewer.