IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 11 and Version 12 of Replication_Issues


Ignore:
Timestamp:
Mar 7, 2011, 8:36:07 AM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Replication_Issues

    v11 v12  
    99  * 'SHOW SLAVE STATUS\G' shows the following error:
    1010{{{
    11 Error 'Table 'nebulous.mountedvol' doesn't exist' on query. Default database: 'nebulous'. Query: 'REPLACE INTO mountedvol SELECT vol_id,name,host,path,allocate,available,xattr,mountpoint, '10651598144', '8973230080',note FROM volume WHERE mountpoint = '/data/ipp004.0''
     11Error 'Table 'nebulous.mountedvol' doesn't exist' on query.
     12Default database: 'nebulous'.
     13Query: 'REPLACE INTO mountedvol SELECT vol_id,name,host,path,allocate,available,xattr,mountpoint,
     14       '10651598144', '8973230080',note FROM volume WHERE mountpoint = '/data/ipp004.0''
    1215}}}
    1316  * But, if I check the contents of the database, I can see nebulous.mountedvol exists! It seems that the replicated nebulous didn't pass the optimization of last week.