We had done this to group all of the data that needs to be backed up onto the
SSD. Work also contains the log directory, and I haven't seen how to put
that elsewhere.
<property name="workDirectory" value="/IgnitePersistenceStorage/"/>
<property name="dataStorageConfiguration">
<bean
class="org.apache.ignite.configuration.DataStorageConfiguration">
<property name="pageSize" value="4096"/>
<property name="storagePath"
value="/IgnitePersistenceStorage/store"/>
<property name="walPath"
value="/IgnitePersistenceStorage/wal"/>
<property name="walArchivePath"
value="/IgnitePersistenceStorage/wal/archive"/>
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/