~james-page/ubuntu/maverick/eucalyptus/clock_skew_fix

« back to all changes in this revision

Viewing changes to clc/modules/image-manager/src/main/java/com/eucalyptus/blockstorage/Snapshot.java

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey)
  • Date: 2010-08-13 11:25:25 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20100813112525-njue79w1vz7nm9qk
Tags: 2.0~bzr1230-0ubuntu1
* New upstream merge, r1230 - bug fixes: 
  - (LP: #617127, #611769, #617032, #613033, #613033, #584497)
* debian/patches/18-priv_security.patch: Added *_iscsitarget.pl scripts to 
  the wrappers.conf whitelist. (LP: #615646)
* debian/patches/15-fix-default-ramdisk.patch: Dropped, fixed applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
@Entity
79
79
@PersistenceContext(name="eucalyptus_images")
80
 
@Cache( usage = CacheConcurrencyStrategy.TRANSACTIONAL )
 
80
@Cache( usage = CacheConcurrencyStrategy.READ_WRITE )
81
81
public class Snapshot extends AbstractIsomorph {
82
82
  @Column(name="parentvolume")
83
83
  private String parentVolume;