Details
Description
Use case:-
1) Users upgrade to 20 from 181
2) They decide to separate out partition for indexes. Currently there is no way to configure just index_path without wiping out data_path or reconfiguring the cluster.
Currently, issuing the data_path command will wipe out the database files.
One can configure the data path
curl -d path=/var/tmp/test http://localhost:8091/nodes/self/controller/settings
This does not seem to work...
curl -d index_path=/data2 http://localhost:8091/nodes/self/controller/settings
1) Users upgrade to 20 from 181
2) They decide to separate out partition for indexes. Currently there is no way to configure just index_path without wiping out data_path or reconfiguring the cluster.
Currently, issuing the data_path command will wipe out the database files.
One can configure the data path
curl -d path=/var/tmp/test http://localhost:8091/nodes/self/controller/settings
This does not seem to work...
curl -d index_path=/data2 http://localhost:8091/nodes/self/controller/settings
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews
Karan Kumar
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Summary | Unable to configure index_path using REST | No separate api to just configure index_path using REST |
Karan Kumar
made changes -
| Assignee | Aleksey Kondratenko [ alkondratenko ] | Dipti Borkar [ dipti ] |
Karan Kumar
made changes -
| Labels | system-test |
Karan Kumar
made changes -
| Summary | No separate api to just configure index_path using REST | Allow users to set index_path post upgrade to 2.0 |
| Assignee | Dipti Borkar [ dipti ] | Aleksey Kondratenko [ alkondratenko ] |
| Description |
One can configure the data path
curl -d path=/var/tmp/test http://localhost:8091/nodes/self/controller/settings This does not seem to work... curl -d index_path=/data2 http://localhost:8091/nodes/self/controller/settings |
Use case:-
1) Users upgrade to 20 from 181 2) They decide to separate out partition for indexes. Currently there is no way to configure just index_path without wiping out data_path or reconfiguring the cluster. Currently, issuing the data_path command will wipe out the database files. One can configure the data path curl -d path=/var/tmp/test http://localhost:8091/nodes/self/controller/settings This does not seem to work... curl -d index_path=/data2 http://localhost:8091/nodes/self/controller/settings |
Farshid Ghods
made changes -
| Assignee | Aleksey Kondratenko [ alkondratenko ] | Karan Kumar [ karan ] |
Karan Kumar
made changes -
| Assignee | Karan Kumar [ karan ] | Aleksey Kondratenko [ alkondratenko ] |
Aleksey Kondratenko
made changes -
| Assignee | Aleksey Kondratenko [ alkondratenko ] | Aliaksey Artamonau [ Aliaksey Artamonau ] |
Farshid Ghods
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Farshid Ghods
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |