Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Jun 2nd, 2010 | Syntax: Bash | Size: 0.41 KB | Hits: 61 | Expires: Never
Copy text to clipboard
  1. mysql> select * from storagegroup;
  2. +----+------------+----------+---------------+
  3. | id | groupname  | hostname | dirname       |
  4. +----+------------+----------+---------------+
  5. |  3 | Default    | pontus   | /myth/group1/ |
  6. |  4 | Default    | pontus   | /myth/group2/ |
  7. |  8 | Default    | pontus   | /myth/group3/ |
  8. |  9 | DB Backups | pontus   | /myth/backup/ |
  9. +----+------------+----------+---------------+